From 7cfd293ad8e0c15122a8a27a7a22b5097bbdf359 Mon Sep 17 00:00:00 2001 From: hmelder Date: Mon, 15 Apr 2024 13:57:07 +0200 Subject: [PATCH] Fix installation command in INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4af188b0..da9c0938 100644 --- a/INSTALL +++ b/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 be infered from the runtime version. - ./configure + ./configure \ --enable-native-objc-exceptions \ --enable-objc-arc \ --with-runtime-abi=gnustep-2.2 \