Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 29, 2024
1 parent 81b98a6 commit 80e4f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g/gperf/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package("gperf")

on_install("@macosx", "@linux", "@bsd", "@msys", function (package)
io.replace("lib/getline.cc", "register", "", {plain = true})
io.replace("lib/getopt.cc", "register", "", {plain = true})
io.replace("lib/getopt.c", "register", "", {plain = true})
import("package.tools.autoconf").install(package)
end)

Expand Down

0 comments on commit 80e4f40

Please sign in to comment.