txlyre 1 rok temu
rodzic
commit
e6de52b841
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      langs/objc/run.sh

+ 1 - 1
langs/objc/run.sh

@@ -3,7 +3,7 @@ OUT="$(mktemp)"
 
 cat > "$IN"
 
-gcc $(gnustep-config --objc-flags) -w "$IN" -o "$OUT" -xobjective-c -L /GNUStep/System/Library/Libraries -lobjc -lgnustep-base
+gcc $(gnustep-config --objc-flags) -w "$IN" -o "$OUT" -I/usr/include/GNUstep/ -xobjective-c -L /GNUStep/System/Library/Libraries -lobjc -lgnustep-base
 
 if [ $? -eq 0 ]; then
   exec "$OUT"