tor-android/external/badvpn_dns/scripts/cmake

9 lines
183 B
Plaintext
Raw Normal View History

2015-01-25 11:08:34 +00:00
#!/bin/sh
export ROOT="<root>"
export MINGW="/home/<user>/mingw/cross_win32"
export PATH="$MINGW/bin:$PATH"
exec /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE="$ROOT/toolchain.cmake" "$@"