Skip to content

Commit

Permalink
apply ggardet workaround to build on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Page committed Jun 16, 2021
1 parent ced1f55 commit 1a8d6eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ case $target in
CXXFLAGS="$CXXFLAGS -DARM_PLATFORM"
CFLAGS="$CXXFLAGS -DARM_PLATFORM"
;;
aarch64* )
CXXFLAGS="$CXXFLAGS -DARM_PLATFORM"
CFLAGS="$CXXFLAGS -DARM_PLATFORM"
;;
esac

dnl Extra flags that are needed to compile (for pkg-config)
Expand Down

0 comments on commit 1a8d6eb

Please sign in to comment.