fix plat and arch for bin2c

pull/69/head
ruki 4 years ago
parent 2bf174e610
commit 327a9201c6
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/b/bin2c/xmake.lua

@ -16,7 +16,7 @@ package("bin2c")
set_kind("binary")
add_files("bin2c.c")
]])
import("package.tools.xmake").install(package)
import("package.tools.xmake").install(package, {plat = os.host(), arch = os.arch()})
end)
on_test(function (package)

Loading…
Cancel
Save