Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-18 09:15:55 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-18 09:15:55 +0400
commit87c936e18079096df4b3827a3aa0d4a28a5b9fd2 (patch)
treea6ce579c3a031088bb65f48581629bf9f94a42e2 /common
parentc019deaba3ca38ef05a889f3a6d62883b7599cf2 (diff)
Fixing the build broken with rev 53cc0f9e3893
Diffstat (limited to 'common')
-rw-r--r--common/build_luajit.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build_luajit.cmd b/common/build_luajit.cmd
index 5056819..a4c1b3e 100644
--- a/common/build_luajit.cmd
+++ b/common/build_luajit.cmd
@@ -9,7 +9,7 @@
::: software.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: LuaJIT source directory relative to this script
-set LUAJITSRC=%~dp0..\lua\src
+set LUAJITSRC=%~dp0..\3rdparty\lua\src
:: Change into the LuaJIT src directory
setlocal & pushd "%LUAJITSRC%"
:: First parameter is the target folder where we put the resulting static lib