Skip to content

Commit

Permalink
using gcc for powerpc macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 4, 2023
1 parent be5f2fa commit 609dc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT([gamecube-tools],[1.0.4],[https://github.com/devkitPro/gamecube-tools/issues])
AC_INIT([gamecube-tools],[1.0.6],[https://github.com/devkitPro/gamecube-tools/issues])
AC_CONFIG_SRCDIR([gdtool/gdtool.cpp])

AM_INIT_AUTOMAKE([subdir-objects])
Expand All @@ -27,7 +27,7 @@ case "$host" in
esac

case "$host" in
*-apple-darwin*)
x86_64-apple-darwin* | aarch64-apple-darwin* )
STDCPP_LIBS="-lc++"
;;

Expand Down

0 comments on commit 609dc78

Please sign in to comment.