Bläddra i källkod

Remove unused build directory

Maxime Griot 4 år sedan
förälder
incheckning
bb48e218b1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      packages/m/mhook/xmake.lua

+ 1 - 1
packages/m/mhook/xmake.lua

@@ -12,7 +12,7 @@ package("mhook")
 
     on_install("windows", function (package)
         local configs = {}
-        import("package.tools.cmake").install(package, configs, {buildir = "build"})
+        import("package.tools.cmake").install(package, configs)
     end)
 
     on_test(function (package)