mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[build,mac] prefer self compiled dependencies
when building OpenSSL prefer dependencies from our self compiled installation directory
This commit is contained in:
@@ -94,7 +94,7 @@ replace_rpath() {
|
||||
}
|
||||
|
||||
CMAKE_ARCHS=
|
||||
OSSL_FLAGS="-mmacosx-version-min=$DEPLOYMENT_TARGET"
|
||||
OSSL_FLAGS="-mmacosx-version-min=$DEPLOYMENT_TARGET -I$INSTALL/include -L$INSTALL/lib"
|
||||
for ARCH in $DEPLOYMENT_ARCH;
|
||||
do
|
||||
OSSL_FLAGS="$OSSL_FLAGS -arch $ARCH"
|
||||
|
||||
Reference in New Issue
Block a user