mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-02 13:47:56 +02:00
Added USE_OPENSSL define if openssl is found for the drogon module.
This commit is contained in:
parent
64a1352f97
commit
97af1dbde3
@ -72,6 +72,8 @@ def configure(env):
|
|||||||
if not err:
|
if not err:
|
||||||
env.ParseConfig("pkg-config openssl --cflags --libs")
|
env.ParseConfig("pkg-config openssl --cflags --libs")
|
||||||
env.Append(CPPDEFINES=["OPENSSL_FOUND"])
|
env.Append(CPPDEFINES=["OPENSSL_FOUND"])
|
||||||
|
env.Append(CPPDEFINES=["USE_OPENSSL"])
|
||||||
|
|
||||||
|
|
||||||
env.Append(CPPPATH=["#modules/drogon/drogon/lib/inc"])
|
env.Append(CPPPATH=["#modules/drogon/drogon/lib/inc"])
|
||||||
env.Append(CPPPATH=["#modules/drogon"])
|
env.Append(CPPPATH=["#modules/drogon"])
|
||||||
|
Loading…
Reference in New Issue
Block a user