Skip to content

Commit

Permalink
fix: Added compatibility arg to windows and macOS builds to support…
Browse files Browse the repository at this point in the history
… most platforms
  • Loading branch information
SaptarshiSarkar12 committed Feb 20, 2024
1 parent 8fb5693 commit 1b97ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<system-native-image-arg>-Dsvm.platform=org.graalvm.nativeimage.Platform$MACOS_AMD64</system-native-image-arg>
<system-linker-arg>${pom.parent.basedir}/config/missing_symbols-macos-latest.o</system-linker-arg>
<resource-config-file>resource-config-mac.json</resource-config-file>
<compatibility-arg>-march=compatibility</compatibility-arg>
<mac.app.store>true</mac.app.store>
</properties>
</profile>
Expand All @@ -105,6 +106,7 @@
<package.type>msi</package.type>
<system-linker-arg>${pom.parent.basedir}/config/missing_symbols-windows-latest.o</system-linker-arg>
<resource-config-file>resource-config-windows.json</resource-config-file>
<compatibility-arg>-march=compatibility</compatibility-arg>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 1b97ea9

Please sign in to comment.