Skip to content

Commit

Permalink
Fix github workflow build
Browse files Browse the repository at this point in the history
IDK why this even worked locally, but somehow it did.
  • Loading branch information
ToMe25 committed Dec 6, 2021
1 parent 03b6726 commit 043b442
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
if get_option('dynamic')
executable('hex-to-image', ['hex-to-image.cpp', 'stb_image_write.h'])
else
executable('hex-to-image', ['hex-to-image.cpp', 'stb_image_write.h'], cpp_args : ['-static', '-static-libgcc', '-static-libstdc++'], link_args: ['-static', '-static-libgcc', '-static-libstdc++'])
endif
executable('hex-to-image', ['hex-to-image.cpp', 'stb_image_write.h'])

0 comments on commit 043b442

Please # to comment.