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-10 00:22:57 +0300
committerstarkos <none@none>2009-01-10 00:22:57 +0300
commit564a868b80ad3a5c1f8cbc643bc1f580e9638010 (patch)
tree3c04be7b2c7132c55bd1e023e91e929cc46f6194 /samples
parent8790bc4c5e4c0f2a8b90be09391fa563398dc935 (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"))