Skip to content

Commit 63b705c

Browse files
author
Sandro Kalatozishvili
committed
Build config updated to latest smake
1 parent 1c595a1 commit 63b705c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

misc/generate.sh

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ useSSL="yes"
1313

1414
SMAKE_SSL_OBJ="\"find\": {\n\
1515
\"libssl.so:libcrypto.so\": {\n\
16-
\"path\": \"/usr/local/ssl/lib:/usr/local/ssl/lib64\",\n\
17-
\"flags\": \"-D_XUTILS_USE_SSL\",\n\
18-
\"libs\": \"-lssl -lcrypto\"\n\
16+
\"path\": \"/usr/local/ssl/lib:/usr/local/ssl/lib64\",\n\n\
17+
\"found\": {\n\
18+
\"append\": {\n\
19+
\"flags\": \"-D_XUTILS_USE_SSL\",\n\
20+
\"libs\": \"-lssl -lcrypto\"\n\
21+
}\n\
22+
}\n\
1923
}\n\
2024
},"
2125

smake.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
"find": {
1111
"libssl.so:libcrypto.so": {
1212
"path": "/usr/local/ssl/lib:/usr/local/ssl/lib64",
13-
"flags": "-D_XUTILS_USE_SSL",
14-
"libs": "-lssl -lcrypto"
13+
14+
"found": {
15+
"append": {
16+
"flags": "-D_XUTILS_USE_SSL",
17+
"libs": "-lssl -lcrypto"
18+
}
19+
}
1520
}
1621
},
1722

0 commit comments

Comments
 (0)