Merge pull request #187 from starkos/fix-clock-gettime

Link rt to fix missing clock_gettime() error on Linux
This commit is contained in:
starkos 2015-07-31 19:01:01 -04:00
commit 6058243aa1
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
linkoptions { "-rdynamic" }
configuration "linux or hurd"
links { "dl" }
links { "dl", "rt" }
configuration "macosx"
defines { "LUA_USE_MACOSX" }

View File

@ -150,7 +150,7 @@
linkoptions { "-rdynamic" }
configuration "linux or hurd"
links { "dl" }
links { "dl", "rt" }
configuration "macosx"
defines { "LUA_USE_MACOSX" }