I am an idiot (#977)

pull/978/head
yamashi 3 years ago committed by GitHub
parent 5a308fe05b
commit a415e330c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/c/cef/xmake.lua

@ -32,7 +32,7 @@ package("cef")
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MT", type = "string", readonly = true})
end
add_patches("97.7.9", path.join(os.scriptdir(), "patches", "97.1.9", "msvc_cpp20.patch"), "28562870ae1dd30eaa42a9297ad76eae8f80422cdf3638674c80e51768fb520d")
add_patches("97.1.9", path.join(os.scriptdir(), "patches", "97.1.9", "msvc_cpp20.patch"), "28562870ae1dd30eaa42a9297ad76eae8f80422cdf3638674c80e51768fb520d")
add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})

Loading…
Cancel
Save