mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit '86cc97e55fe346502462284d2e636a2b3708163e' as 'Sources/OpenVPN3'
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export PLATFORM=osx-dbg
|
||||
[ -z "$DEP_DIR" ] && export DEP_DIR=$HOME/src/mac
|
||||
export APPLE_FAMILY=1
|
||||
export DEBUG_BUILD=1
|
||||
export GPP_CMD=clang++
|
||||
export GCC_CMD=clang
|
||||
export MIN_DEPLOY_TARGET="-mmacosx-version-min=10.8"
|
||||
export PLATFORM_FLAGS="-arch x86_64 $MIN_DEPLOY_TARGET"
|
||||
export CXX_COMPILER_FLAGS="-std=c++11 -stdlib=libc++"
|
||||
export OTHER_COMPILER_FLAGS="-g"
|
||||
export LIB_OPT_LEVEL="-O0"
|
||||
export LIB_FPIC=""
|
||||
Reference in New Issue
Block a user