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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-01-09 23:31:46 +0300
committerstarkos <none@none>2009-01-09 23:31:46 +0300
commit8790bc4c5e4c0f2a8b90be09391fa563398dc935 (patch)
tree76cb97e61169bdbf8a533bf3a7f4afe9cab373bc /samples
parent818913a522da463e8e7e7db1babba25becd72a0f (diff)
Fixed nil variable reference in os.findlib() on Linux
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 369ee49..2cd9f31 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -40,4 +40,7 @@ solution "PremakeTestbox"
execute = function ()
os.copyfile("premake4.lua", "../premake4.lua")
end
- } \ No newline at end of file
+ }
+
+print(os.findlib("Xlib"))
+