Skip to content

Commit

Permalink
accurate MacOS framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekin committed Oct 6, 2024
1 parent fce7531 commit d4daedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p/pcapplusplus/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package("pcapplusplus")
if is_plat("windows", "mingw") then
add_syslinks("ws2_32", "iphlpapi")
elseif is_plat("macosx") then
add_frameworks("CoreFoundation", "Foundation", "IOKit")
add_frameworks("CoreFoundation", "SystemConfiguration")
end

add_deps("cmake")
Expand Down

0 comments on commit d4daedc

Please sign in to comment.