From 74fe535c397626cdaf5f51dfe6e32706abc4b468 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Nov 2018 01:32:29 +0100 Subject: Move build files into platform specific location --- examples/hello_lua_mingw_w64/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3