mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
Merge pull request #198 from mniip/scs
fix compiling with --lua-dir on linux
This commit is contained in:
@@ -186,7 +186,6 @@ if not GetOption("macosx"):
|
|||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
else:
|
else:
|
||||||
env.Append(CPPPATH=[GetOption("lua-dir")])
|
env.Append(CPPPATH=[GetOption("lua-dir")])
|
||||||
else:
|
|
||||||
try:
|
try:
|
||||||
env.ParseConfig('pkg-config --cflags lua5.1')
|
env.ParseConfig('pkg-config --cflags lua5.1')
|
||||||
except:
|
except:
|
||||||
|
Reference in New Issue
Block a user