Commit 63b705c Sandro Kalatozishvili
committed
1 parent 1c595a1 commit 63b705c Copy full SHA for 63b705c
File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ useSSL="yes"
13
13
14
14
SMAKE_SSL_OBJ=" \" find\" : {\n\
15
15
\" 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\
19
23
}\n\
20
24
},"
21
25
Original file line number Diff line number Diff line change 10
10
"find" : {
11
11
"libssl.so:libcrypto.so" : {
12
12
"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
+ }
15
20
}
16
21
},
17
22
You can’t perform that action at this time.
0 commit comments