pugixml supports mingw (#2710)

pull/2711/head
DIG 1 year ago committed by GitHub
parent 627eaa31dc
commit 7eb614d5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/p/pugixml/xmake.lua

@ -11,7 +11,7 @@ package("pugixml")
add_deps("cmake")
on_install("windows", "linux", "macosx", function (package)
on_install("windows", "linux", "macosx", "mingw", function (package)
local configs = {}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))

Loading…
Cancel
Save