aboutsummaryrefslogtreecommitdiffstats
path: root/premake.lua
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-08-31 23:47:55 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-08-31 23:47:55 -0400
commit457ddca9ee0224e73f0fae9d79f2da28e8ba0597 (patch)
tree2a6cafa5a6a6ba03dabd0929ef6395d1b048e1c1 /premake.lua
parent771b8e4b14dec64ea6a19142bdfafa6b37053685 (diff)
downloadluaevent-prosody-457ddca9ee0224e73f0fae9d79f2da28e8ba0597.tar.gz
luaevent-prosody-457ddca9ee0224e73f0fae9d79f2da28e8ba0597.zip
Moved lua source into its own directory.
Diffstat (limited to 'premake.lua')
-rw-r--r--premake.lua2
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