mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix : xmake link openssl in macos
This commit is contained in:
@@ -5,9 +5,6 @@ if not is_os("macosx") then
|
||||
add_ldflags("-lrt")
|
||||
end
|
||||
|
||||
add_links("crypto")
|
||||
add_links("ssl")
|
||||
|
||||
function all_examples()
|
||||
local res = {}
|
||||
for _, x in ipairs(os.files("*.cc")) do
|
||||
|
||||
Reference in New Issue
Block a user