Skip to content

Commit

Permalink
Now windows broke :(
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-vin committed Jun 19, 2024
1 parent e1ea32a commit 79c5e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsrc/build-examples/build.cr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FileUtils.cd("examples") do
windows = ""

{% if flag?(:windows) %}
windows = "--link-flags subsystem:windows"
windows = "--link-flags --subsystem:windows"
{% end %}

output = `crystal build --release -s -p -t -o ../_build/#{path.basename} ./src/#{path.basename}.cr #{windows}`
Expand Down

0 comments on commit 79c5e17

Please sign in to comment.