aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-05 01:32:29 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit74fe535c397626cdaf5f51dfe6e32706abc4b468 (patch)
tree0e7c81633302df7a0b1d98829953ffd85da68a88 /examples
parent7c0ec4cc4360d086b09ea4ad2d05c3294d16cfb3 (diff)
Move build files into platform specific location
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hello_lua_mingw_w64/run.sh2
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