Browse Source

modify pcre2

ruki 6 years ago
parent
commit
5176faa44a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/p/pcre2/xmake.lua

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

@@ -26,7 +26,7 @@ package("pcre2")
             package:add("defines", "PCRE2_STATIC")
         end
     end)
-
+ 
     if is_plat("windows") and winos.version():gt("winxp") then
         on_install("windows", function (package)
             local configs = {}