Merge pull request #187 from starkos/fix-clock-gettime
Link rt to fix missing clock_gettime() error on Linux
This commit is contained in:
commit
6058243aa1
@ -62,7 +62,7 @@
|
||||
linkoptions { "-rdynamic" }
|
||||
|
||||
configuration "linux or hurd"
|
||||
links { "dl" }
|
||||
links { "dl", "rt" }
|
||||
|
||||
configuration "macosx"
|
||||
defines { "LUA_USE_MACOSX" }
|
||||
|
@ -150,7 +150,7 @@
|
||||
linkoptions { "-rdynamic" }
|
||||
|
||||
configuration "linux or hurd"
|
||||
links { "dl" }
|
||||
links { "dl", "rt" }
|
||||
|
||||
configuration "macosx"
|
||||
defines { "LUA_USE_MACOSX" }
|
||||
|
Loading…
Reference in New Issue
Block a user