Browse Source

libjpeg: remove unused code

star9029 1 year ago
parent
commit
8e619898ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libjpeg/xmake.lua

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

@@ -58,7 +58,7 @@ package("libjpeg")
                         add_rules("utils.symbols.export_all")
                         add_rules("utils.symbols.export_all")
                     end
                     end
             ]])
             ]])
-            import("package.tools.xmake").install(package, configs)
+            import("package.tools.xmake").install(package)
         end
         end
     end)
     end)