Skip to content

Commit

Permalink
Merge pull request #3702 from mtzguido/mac
Browse files Browse the repository at this point in the history
Makefile: macos compatibility
  • Loading branch information
mtzguido authored Jan 30, 2025
2 parents 17a61dc + 91b8c02 commit 0d4ec44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ endif

setlink-%:
if [ -e out ] && ! [ -h out ]; then echo "ERROR: out/ exists and is not a symbolic link, please remove it"; false; fi
ln -Trsf stage$*/out out
rm -f out && ln -sf $(CURDIR)/stage$*/out out
# For compatibility with the previous layout
mkdir -p bin
ln -Trsf out/bin/fstar.exe bin/fstar.exe
ln -Trsf .scripts/get_fstar_z3.sh bin/get_fstar_z3.sh
ln -sf $(CURDIR)/out/bin/fstar.exe bin/fstar.exe
ln -sf $(CURDIR)/.scripts/get_fstar_z3.sh bin/get_fstar_z3.sh

stage1: .install-stage1.touch
1: stage1
Expand Down

0 comments on commit 0d4ec44

Please sign in to comment.