ruki %!s(int64=4) %!d(string=hai) anos
pai
achega
a172a7e4e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/l/libflac/xmake.lua

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

@@ -39,7 +39,7 @@ package("libflac")
         -- @see https://github.com/msys2/MINGW-packages/issues/5803
         if package:config("shared") and package:is_plat("mingw") then
             io.replace("CMakeLists.txt", "add_definitions(-DHAVE_CONFIG_H)", "add_definitions(-DHAVE_CONFIG_H -D_FORTIFY_SOURCE=0)", {plain = true})
-	    end
+        end
 
         -- we pass libogg as packagedeps instead of findOgg.cmake (it does not work)
         local libogg = package:dep("libogg"):fetch()