Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Dec 27, 2024
1 parent 0fa1eb7 commit 10124fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/p/pffft/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ package("pffft")

on_install(function (package)
os.cp(path.join(package:scriptdir(), "port", "xmake.lua"), "xmake.lua")
local configs = {}
configs.simd = package:config("simd")
import("package.tools.xmake").install(package, configs)
end)

Expand Down

0 comments on commit 10124fc

Please sign in to comment.