Skip to content

Commit

Permalink
inih: remove meson and ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Feb 28, 2024
1 parent f502680 commit 386c964
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/i/inih/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ package("inih")

add_versions("r58", "e79216260d5dffe809bda840be48ab0eec7737b2bb9f02d2275c1b46344ea7b7")

add_deps("meson", "ninja")

add_configs("ini_parser", {description = "compile and (if selected) install INIReader", default = true, type = "boolean"})
add_configs("heap", {description = "allocate memory on the heap using malloc instead using a fixed-sized line buffer on the stack", default = false, type = "boolean"})
add_configs("max_line_length", {description = "maximum line length in bytes", default = "200", type = "string"})
Expand Down

0 comments on commit 386c964

Please sign in to comment.