forked from Wirlaburla/P3NG0
remove openssl from static list
This commit is contained in:
parent
d9959342d3
commit
87e23c8f00
|
@ -1,4 +1,4 @@
|
||||||
add_executable(pengobot
|
add_executable(pengobot
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries(pengobot curl -static-openssl -static-libgcc -static-libstdc++)
|
target_link_libraries(pengobot curl -static-libgcc -static-libstdc++)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user