Fix installation command in INSTALL

This commit is contained in:
hmelder 2024-04-15 13:57:07 +02:00
parent 4df1b96ebb
commit 369a677628

View file

@ -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
be infered from the runtime version.
./configure
./configure \
--enable-native-objc-exceptions \
--enable-objc-arc \
--with-runtime-abi=gnustep-2.2 \