mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
git-subtree-dir: Sources/OpenVPNAdapter/Libraries/Vendors/openvpn git-subtree-split: 554d8b88817d3a7b836e78940ed61bb11ed2bd9b
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
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=""
|