Browse Source

add native support

ruki 11 tháng trước cách đây
mục cha
commit
b79e34fca6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.lua

+ 1 - 1
build.lua

@@ -320,7 +320,7 @@ function build_packages()
 
     -- load packages
     local oldir = os.cd(repodir)
-    local packages = import("scripts.packages", {rootdir = repodir, anonymous = true})()
+    local packages = import("scripts.packages", {rootdir = repodir, anonymous = true})({native = true})
     local latest = latest_packages()
     os.cd(oldir)