pull/499/head
Hoildkv 4 years ago committed by GitHub
parent 71adc93666
commit 95bd3440b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/o/opencv/xmake.lua

@ -62,7 +62,7 @@ package("opencv")
elseif is_plat("linux") then
add_syslinks("pthread", "dl")
elseif is_plat("windows") then
add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32")
add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32", "ws2_32")
end
on_load("linux", "macosx", "windows", function (package)

Loading…
Cancel
Save