mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 22:59:09 +00:00
Fix installation command in INSTALL
This commit is contained in:
parent
c2a7753ffc
commit
7cfd293ad8
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -61,7 +61,7 @@ Here is an example with the runtime version set to 2.2.
|
||||||
Please note that we explicitly enable some features such as objc-arc that might
|
Please note that we explicitly enable some features such as objc-arc that might
|
||||||
be infered from the runtime version.
|
be infered from the runtime version.
|
||||||
|
|
||||||
./configure
|
./configure \
|
||||||
--enable-native-objc-exceptions \
|
--enable-native-objc-exceptions \
|
||||||
--enable-objc-arc \
|
--enable-objc-arc \
|
||||||
--with-runtime-abi=gnustep-2.2 \
|
--with-runtime-abi=gnustep-2.2 \
|
||||||
|
|
Loading…
Reference in a new issue