[Scummvm-git-logs] scummvm-tools master -> a929b851a0374f4d04ef368cabbc5731a635269e

lephilousophe lephilousophe at users.noreply.github.com
Sun Feb 28 16:57:34 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
a929b851a0 CONFIGURE: Fix typo


Commit: a929b851a0374f4d04ef368cabbc5731a635269e
    https://github.com/scummvm/scummvm-tools/commit/a929b851a0374f4d04ef368cabbc5731a635269e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-02-28T17:56:53+01:00

Commit Message:
CONFIGURE: Fix typo

Changed paths:
    configure


diff --git a/configure b/configure
index 5608793e7..71636c8fb 100755
--- a/configure
+++ b/configure
@@ -1408,7 +1408,7 @@ if test -n "$_host"; then
 			# These are needed to build against Raspbian's libSDL.
 			LDFLAGS="$LDFLAGS --sysroot=$RPI_ROOT"
 			LDFLAGS="$LDFLAGS -B$RPI_ROOT/usr/lib/arm-linux-gnueabihf"
-			LDFLAGS="$LDFAGS -Xlinker --rpath-link=$RPI_ROOT/usr/lib/arm-linux-gnueabihf/pulseaudio"
+			LDFLAGS="$LDFLAGS -Xlinker --rpath-link=$RPI_ROOT/usr/lib/arm-linux-gnueabihf/pulseaudio"
 			LDFLAGS="$LDFLAGS -Xlinker --rpath-link=$RPI_ROOT/usr/lib/arm-linux-gnueabihf"
 			LDFLAGS="$LDFLAGS -Xlinker --rpath-link=$RPI_ROOT/lib/arm-linux-gnueabihf"
 			LDFLAGS="$LDFLAGS -Xlinker --rpath-link=$RPI_ROOT/opt/vc/lib"




More information about the Scummvm-git-logs mailing list