fix sentry-native (#1168)

pull/1169/head
yamashi 3 years ago committed by GitHub
parent 526266693b
commit bd5bdc9202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/s/sentry-native/xmake.lua

@ -26,7 +26,7 @@ package("sentry-native")
add_syslinks("bsm")
end
on_load("windows", function (package)
on_load("windows", "linux", "macosx", function (package)
if not package:config("shared") then
package:add("defines", "SENTRY_BUILD_STATIC")
end

Loading…
Cancel
Save