Skip to content
Snippets Groups Projects
Commit 1a327907 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Carola
Browse files

Buildscript: Don't try building simulator for Mac

parent 7eabd60f
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ buildLibVLC() {
EXTRA_LDFLAGS+=" -Wl,-${OSVERSIONMINLDFLAG}_version_min,${SDK_MIN}"
export LDFLAGS="${LDFLAGS} -Wl,-${OSVERSIONMINLDFLAG}_version_min,${SDK_MIN}"
fi
else
elif [ "$PLATFORM" = "Simulator" ]; then
EXTRA_CFLAGS="-arch ${ARCH}"
EXTRA_CFLAGS+=" -${OSVERSIONMINCFLAG}-version-min=${SDK_MIN}"
EXTRA_LDFLAGS=" -Wl,-${OSVERSIONMINLDFLAG}_simulator_version_min,${SDK_MIN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment