From 6f29fe3e760f3bd73d317c5a8f277c64a41ebc16 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 11:21:01 +0200 Subject: [PATCH] doc/requirements.rst: remove -fembed-bitcode on ios simulator --- doc/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.rst b/doc/requirements.rst index 58c88ec9..a3cb845c 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -81,7 +81,7 @@ and on iOS Simulator: .. code:: - CFLAGS="-fembed-bitcode -arch i386 -arch x86_64 -mios-simulator-version-min=6.1" + CFLAGS="-arch i386 -arch x86_64 -mios-simulator-version-min=6.1" Set ``CFLAGS`` and ``LINKFLAGS`` to change these default values, or edit ``wscript`` directly. -- 2.11.0