Skip to content

Commit

Permalink
Remove unused line in make scripts for macOS (closes #90).
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Mar 4, 2025
1 parent e3a4908 commit 5d35302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion projects/macos/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ else
fi

cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make

make -j$(sysctl -n hw.ncpu) $@

Expand Down
1 change: 0 additions & 1 deletion projects/macos/make_no_fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ else
fi

cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make

make -j$(sysctl -n hw.ncpu) $@

Expand Down

0 comments on commit 5d35302

Please sign in to comment.