Skip to content

Commit

Permalink
Attempt to fix C++ exceptions on macOS part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie committed Jul 1, 2024
1 parent 16b913c commit 7a2a655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ model {
}
binaries.all {
if (it.targetPlatform.name == 'osxuniversal') {
linker.args '-framework', 'IOKit', '-Wl,-keep_dwarf_unwind', '-Wl,-compact-unwind'
linker.args '-framework', 'IOKit', '-Wl,-keep_dwarf_unwind'
}
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
it.buildable = false
Expand Down

0 comments on commit 7a2a655

Please sign in to comment.