ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
cdb9b43c63
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/l/libjpeg-turbo/xmake.lua

+ 1 - 0
packages/l/libjpeg-turbo/xmake.lua

@@ -48,6 +48,7 @@ package("libjpeg-turbo")
         if package:config("pic") ~= false then
             table.insert(configs, "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
         end
+        table.insert(configs, "-DCMAKE_INSTALL_LIBDIR=" .. package:installdir("lib"))
         import("package.tools.cmake").install(package, configs)
     end)