From: notaz Date: Sat, 21 Oct 2023 20:33:34 +0000 (+0300) Subject: update libpicofe X-Git-Tag: r24l~111 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e553c1911bf7e10a1fed75a00ea55c09600af8;p=pcsx_rearmed.git update libpicofe --- diff --git a/configure b/configure index 94f8ad21..d2594d21 100755 --- a/configure +++ b/configure @@ -66,7 +66,7 @@ optimize_cortexa8="no" optimize_arm926ej="no" # hardcoded stuff -if [ ${OSTYPE} = "FreeBSD" ]; then +if [ "${OSTYPE}" = "FreeBSD" ]; then CC="clang" CXX="clang++" CFLAGS="-I/usr/local/include -L/usr/local/lib" @@ -80,7 +80,7 @@ AR="${AS-${CROSS_COMPILE}ar}" MAIN_LDLIBS="$LDLIBS -ldl -lm -lpthread" config_mak="config.mak" -if [ ${OSTYPE} = "FreeBSD" ]; then +if [ "${OSTYPE}" = "FreeBSD" ]; then SYSROOT="$sysroot" [ "x${SDL_CONFIG}" = "x" ] && SDL_CONFIG="${SYSROOT}/usr/local/bin/sdl-config" else diff --git a/frontend/libpicofe b/frontend/libpicofe index b0ce6fa8..740c6f25 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit b0ce6fa8bd3c171debd5589f3ee8a95e26b1d61b +Subproject commit 740c6f25f8240deeb732a0a999f2a57cc2f6f6d6