mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 09:45:09 -05:00
Removing video/uikit/*.c from configure's iOS sources
Unexplicable computer sciences phenomenon: Instead of returning an empty set, *.c in an folder with no .c files produces the "*.c" string to be added as a source. I'm sorry future generations, we are doing the best we can :)
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -22505,7 +22505,6 @@ $as_echo "#define SDL_POWER_BEOS 1" >>confdefs.h
|
||||
fi
|
||||
# The iOS platform requires special setup.
|
||||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.m"
|
||||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.c"
|
||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm -liconv -lobjc"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Foundation"
|
||||
|
||||
@@ -2592,7 +2592,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
|
||||
fi
|
||||
# The iOS platform requires special setup.
|
||||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.m"
|
||||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.c"
|
||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm -liconv -lobjc"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Foundation"
|
||||
|
||||
Reference in New Issue
Block a user