txlyre 1 year ago
parent
commit
a9f51bd2bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/objc/run.sh

+ 1 - 1
langs/objc/run.sh

@@ -1,6 +1,6 @@
 OUT="$(mktemp)"
 
-gcc -o "$OUT" -xobjective-c -
+gcc -o "$OUT" -lobjc -xobjective-c -
 
 if [ $? -eq 0 ]; then
   exec "$OUT"