0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/vars-osx
James Yonan 54a534d347 Fixed build script to work again on OS X.
Implement our own wrapper around ::system().
2012-09-11 23:51:37 +00:00

10 lines
229 B
Plaintext

export PLATFORM=osx
export DEP_DIR=$HOME/src/mac
export APPLE_FAMILY=1
export GPP_CMD=clang++
export GCC_CMD=clang
export PLATFORM_FLAGS="-arch x86_64"
export OTHER_COMPILER_FLAGS=""
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC=""