mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
e2ad2ab5d5
git-subtree-dir: Sources/OpenVPNAdapter/Libraries/Vendors/openvpn git-subtree-split: 554d8b88817d3a7b836e78940ed61bb11ed2bd9b
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"
|