Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removing video/uikit/*.c from configure's iOS sources
Browse files Browse the repository at this point in the history
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 :)
  • Loading branch information
gabomdq committed Jul 9, 2013
1 parent 90b732c commit 2d54d66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configure
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion configure.in
Expand Up @@ -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"
Expand Down

0 comments on commit 2d54d66

Please sign in to comment.