Skip to content

Commit

Permalink
fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekin committed Oct 5, 2024
1 parent 67b98a2 commit 088f465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/b/bison/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ package("bison")
package:add("deps", "m4")
end

-- we always set it, because flex may be modified as library
-- by add_deps("flex", {kind = "library"})
-- we always set it, because bison may be modified as library
-- by add_deps("bison", {kind = "library"})
package:addenv("PATH", "bin")
if package:is_library() then
package:set("kind", "library", {headeronly = true})
Expand Down

0 comments on commit 088f465

Please sign in to comment.