mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
fix for built-in ssl (easier to build 32 bits export)
This commit is contained in:
parent
c2e2f2e0ae
commit
2de5e12116
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ def configure(env):
|
||||||
env.ParseConfig('pkg-config x11 --cflags --libs')
|
env.ParseConfig('pkg-config x11 --cflags --libs')
|
||||||
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
||||||
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
||||||
env.ParseConfig('pkg-config openssl --cflags --libs')
|
if (env("openssl"]=="yes"):
|
||||||
|
env.ParseConfig('pkg-config openssl --cflags --libs')
|
||||||
|
|
||||||
|
|
||||||
env.ParseConfig('pkg-config freetype2 --cflags --libs')
|
env.ParseConfig('pkg-config freetype2 --cflags --libs')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue