Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef committed Feb 26, 2024
1 parent 2cf1c93 commit 368771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/d/duckdb/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package("duckdb")
"https://github.com/duckdb/duckdb.git")
add_versions("v0.10.0", "385e27aa67712813e4a07389465c4c5c45c431d97cddd35713b8a306d2a86f2d")

on_install("macosx", "linux", "mingw", function (package)
on_install("macosx", "linux", function (package)
io.writefile("xmake.lua", [[
add_rules("mode.debug", "mode.release")
set_languages("c++17")
Expand Down

0 comments on commit 368771e

Please sign in to comment.