浏览代码

modify pcre2

ruki 6 年之前
父节点
当前提交
5176faa44a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")
             package:add("defines", "PCRE2_STATIC")
         end
         end
     end)
     end)
-
+ 
     if is_plat("windows") and winos.version():gt("winxp") then
     if is_plat("windows") and winos.version():gt("winxp") then
         on_install("windows", function (package)
         on_install("windows", function (package)
             local configs = {}
             local configs = {}