Skip to content

Commit

Permalink
Try and fix ubuntu by C gcc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulannetts committed Oct 7, 2024
1 parent 43886f9 commit d8aa2bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ fi
ls
./autogen.sh
./configure --without-klatt --without-pcaudiolib --without-mbrola --without-sonic --without-async

# Fix error on Ubuntu 22.04+
# See https://stackoverflow.com/questions/76060903/gcc-multiple-definition-of-error-on-ubuntu-22-04-after-updating-from-ubuntu-2
export CFLAGS="-fcommon"
make

0 comments on commit d8aa2bb

Please sign in to comment.