Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekin committed Nov 3, 2024
1 parent ed2d880 commit 82c454d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/z/zbar/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package("zbar")
io.replace("zbar/processor.h", "#include <unistd.h>", "", {plain = true})

local configs = { vers = package:version_str(),
symbologies = table.concat(package:config("symbologies"), ",") }
symbologies = table.concat(package:config("symbologies"), ",")}

-- get LIB_VERSION from configure.ac
-- format: AC_SUBST([LIB_VERSION], [3:0:3])
Expand Down

0 comments on commit 82c454d

Please sign in to comment.