mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-07-08 00:00:02 +08:00
git-subtree-dir: OpenVPN Adapter/Vendors/openvpn git-subtree-split: da99df69492256d7a18bbea303ae98457782a4bf
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
export PLATFORM=linux-arm
|
|
export GPP_CMD=arm-linux-gnueabi-g++-4.6
|
|
export STRIP_CMD=arm-linux-gnueabi-strip
|
|
export LIB_OPT_LEVEL="-O3"
|
|
export LIB_FPIC="-fPIC"
|