Fix installation command in INSTALL

This commit is contained in:
hmelder 2024-04-15 13:57:07 +02:00 committed by Hugo Melder
parent c2a7753ffc
commit 7cfd293ad8

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 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 \