Bläddra i källkod

improve pcre2

ruki 5 år sedan
förälder
incheckning
64f49bdfdc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      packages/p/pcre2/xmake.lua

+ 1 - 1
packages/p/pcre2/xmake.lua

@@ -28,7 +28,7 @@ package("pcre2")
  
     if is_plat("windows") and winos.version():gt("winxp") then
         on_install("windows", function (package)
-            local configs = {}
+            local configs = {"-DPCRE2_BUILD_TESTS=OFF", "-DPCRE2_BUILD_PCRE2GREP=OFF"}
             table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
             table.insert(configs, "-DPCRE2_SUPPORT_JIT=" .. (package:config("jit") and "ON" or "OFF"))
             local bitwidth = package:config("bitwidth") or "8"