mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-07 00:46:33 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -188,6 +188,7 @@ if not GetOption("macosx"):
|
|||||||
env.Append(CPPPATH=[GetOption("lua-dir")])
|
env.Append(CPPPATH=[GetOption("lua-dir")])
|
||||||
try:
|
try:
|
||||||
env.ParseConfig('pkg-config --cflags lua5.1')
|
env.ParseConfig('pkg-config --cflags lua5.1')
|
||||||
|
env.ParseConfig('pkg-config --libs lua5.1')
|
||||||
except:
|
except:
|
||||||
#Check for Lua lib
|
#Check for Lua lib
|
||||||
if not conf.CheckLib('lua5.1') and not conf.CheckLib('lua-5.1') and not conf.CheckLib('lua51') and not conf.CheckLib('lua'):
|
if not conf.CheckLib('lua5.1') and not conf.CheckLib('lua-5.1') and not conf.CheckLib('lua51') and not conf.CheckLib('lua'):
|
||||||
|
Reference in New Issue
Block a user