Merge commit '86cc97e55fe346502462284d2e636a2b3708163e' as 'Sources/OpenVPN3'

This commit is contained in:
Sergey Abramchuk
2020-02-24 14:43:11 +03:00
655 changed files with 146468 additions and 0 deletions
+12
View File
@@ -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=""