Skip to content

Commit

Permalink
attempt to fix compilation of koishi
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Oct 6, 2024
1 parent 69d7835 commit ff4182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ci/macos-x86_64-build-release.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[constants]
macos_min = '10.15'
cflags = ['-mmacosx-version-min='+macos_min, '-arch', 'x86_64']
cflags = ['-mmacosx-version-min='+macos_min, '-arch', 'x86_64', '-fno-integrated-as']
ldflags = cflags

[host_machine]
Expand Down

0 comments on commit ff4182b

Please sign in to comment.