diff options
Diffstat (limited to 'premake.lua')
-rw-r--r-- | premake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake.lua b/premake.lua index 654ffb0..d66861a 100644 --- a/premake.lua +++ b/premake.lua @@ -19,7 +19,7 @@ if linux then package.buildoptions = { "-Wall" } package.config["Debug"].buildoptions = { "-O0" } package.linkoptions = { "-Wall -L/usr/local/lib" } - package.postbuildcommands = { "mkdir -p test/luaevent", "cp bin/* test/luaevent", "cp luaevent.lua test" } + package.postbuildcommands = { "mkdir -p test/luaevent", "cp bin/* test/luaevent", "cp lua/* test" } else print([[Other environements currently untested, may need tweaking]]) end |