aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_lua_mingw_w64/run.sh
blob: 86c71787d2648db48739c626b8bec92478a307d7 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

script_path=`readlink -f $0`
script_dir=`dirname $script_path`
cd "$script_dir"
sibs build --platform win64 && ./sibs-build/win64/debug/hello_lua.exe