Skip to content

Commit

Permalink
serial: disable plat
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Jul 30, 2023
1 parent 8d0389e commit f053030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s/serial/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package("serial")
add_frameworks("IOKit", "Foundation")
end

on_install(function (package)
on_install("windows", "linux", "macosx", "cross", "wasm", function (package)
local configs = {}
io.writefile("xmake.lua", [[
add_rules("mode.debug", "mode.release")
Expand Down

0 comments on commit f053030

Please sign in to comment.