Skip to content

Commit

Permalink
nifly: limit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Sep 28, 2024
1 parent 6624446 commit cbe2de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/n/nifly/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package("nifly")

add_deps("half", "miniball")

on_install(function (package)
on_install("windows", "linux", "bsd", "macos", "android", "iphoneos", function (package)
import("package.tools.xmake").install(package)
end)

Expand Down

0 comments on commit cbe2de8

Please sign in to comment.