diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-11-05 01:32:29 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 74fe535c397626cdaf5f51dfe6e32706abc4b468 (patch) | |
tree | 0e7c81633302df7a0b1d98829953ffd85da68a88 /examples/hello_lua_mingw_w64 | |
parent | 7c0ec4cc4360d086b09ea4ad2d05c3294d16cfb3 (diff) |
Move build files into platform specific location
Diffstat (limited to 'examples/hello_lua_mingw_w64')
-rwxr-xr-x | examples/hello_lua_mingw_w64/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_lua_mingw_w64/run.sh b/examples/hello_lua_mingw_w64/run.sh index 0f23a37..86c7178 100755 --- a/examples/hello_lua_mingw_w64/run.sh +++ b/examples/hello_lua_mingw_w64/run.sh @@ -5,4 +5,4 @@ set -e script_path=`readlink -f $0` script_dir=`dirname $script_path` cd "$script_dir" -sibs build --platform win64 && ./sibs-build/debug/hello_lua.exe +sibs build --platform win64 && ./sibs-build/win64/debug/hello_lua.exe |