This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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 :)
- Loading branch information
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" |