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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-01-10 00:22:57 +0300
committerstarkos <unknown>2009-01-10 00:22:57 +0300
commitead7af951ff86b1048dfa3953360728a80a75c71 (patch)
tree3c04be7b2c7132c55bd1e023e91e929cc46f6194 /samples
parent3959037db3ac394b02976dbf0219a7aaf8c93806 (diff)
Replaced read from /dev/random with /dev/urandom; fixed hangs on Ubuntu
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 2cd9f31..f97d16f 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -42,5 +42,5 @@ solution "PremakeTestbox"
end
}
-print(os.findlib("Xlib"))
+print(os.findlib("hal"))