Skip to content

Commit 0343118

Browse files
authored
Update xmake.lua
1 parent 96da9ad commit 0343118

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

repo/packages/r/rt-tests/xmake.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ do
5656
local configs = {}
5757
os.setenv("PATH", path.directory(cc) .. ":" .. os.getenv("PATH"))
5858

59+
if info.arch == "x86_64" then
60+
table.insert(configs, "NUMA=0")
61+
end
5962
local buildenvs = import("package.tools.autoconf").buildenvs(package, {ldflags = ldflags})
6063
buildenvs["prefix"] = package:installdir()
6164
if package:config("cyclictest") then

0 commit comments

Comments
 (0)