From 7a2a6554070759c5b6d6a5f58c73192cd7abfd8b Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Mon, 1 Jul 2024 02:16:45 -0700 Subject: [PATCH] Attempt to fix C++ exceptions on macOS part 3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b2aeb0..8babb7f 100644 --- a/build.gradle +++ b/build.gradle @@ -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