Skip to content

Commit

Permalink
Add -fcommon compiler flag
Browse files Browse the repository at this point in the history
Workaround for issue native-toolkit#5 .
  • Loading branch information
player-03 committed Oct 28, 2021
1 parent d66ef73 commit 9e84a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<compilerflag value="-D_LARGEFILE_SOURCE" />
<compilerflag value="-D_LARGE_FILES" />

<compilerflag value="-fcommon" />

<file name="${NATIVE_TOOLKIT_PATH}/openal/Alc/backends/base.c"/>
<file name="${NATIVE_TOOLKIT_PATH}/openal/Alc/backends/loopback.c"/>
<file name="${NATIVE_TOOLKIT_PATH}/openal/Alc/backends/null.c"/>
Expand Down

0 comments on commit 9e84a25

Please sign in to comment.