mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Link to x11 in frt.
This commit is contained in:
parent
afaf29c8d5
commit
3ddbfc066f
@ -102,6 +102,8 @@ def configure(env):
|
||||
else:
|
||||
pkg_config = 'pkg-config'
|
||||
|
||||
env.ParseConfig(pkg_config + " x11 --cflags --libs")
|
||||
|
||||
env.Append(CCFLAGS=['-pipe'])
|
||||
env.Append(LINKFLAGS=['-pipe'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user