LeOS-Genesis/external/badvpn/scripts/cmake

9 lines
183 B
Plaintext
Raw Normal View History

2020-10-05 13:12:00 +02: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" "$@"