damn github built-in editor
This commit is contained in:
parent
2de5e12116
commit
e1e54d39e4
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ def configure(env):
|
|||
env.ParseConfig('pkg-config x11 --cflags --libs')
|
||||
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
||||
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
||||
if (env("openssl"]=="yes"):
|
||||
if (env["openssl"]=="yes"):
|
||||
env.ParseConfig('pkg-config openssl --cflags --libs')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue