Skip to content

Commit

Permalink
Make install command macOS-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 5, 2024
1 parent 1087e75 commit d392702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/setup-cadical.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ else
CXXFLAGS=-fPIC ./configure
fi
make
install -Dm644 -t "$DEPS_DIR/install/lib" "build/libcadical.a"
mkdir -p "$DEPS_DIR/install/lib"
install -m644 "build/libcadical.a" "$DEPS_DIR/install/lib"

0 comments on commit d392702

Please sign in to comment.