瀏覽代碼

modify libxml2

ruki 6 年之前
父節點
當前提交
b3bcf021b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/libxml2/xmake.lua

+ 1 - 1
packages/l/libxml2/xmake.lua

@@ -11,7 +11,7 @@ package("libxml2")
     if is_plat("macosx", "linux") then
     if is_plat("macosx", "linux") then
         add_deps("autoconf", "automake", "libtool", "pkg-config")
         add_deps("autoconf", "automake", "libtool", "pkg-config")
     end
     end
-
+ 
     add_includedirs("include/libxml2")
     add_includedirs("include/libxml2")
     if is_plat("windows") then
     if is_plat("windows") then
         add_links("libxml2_a")
         add_links("libxml2_a")