Skip to content

Commit

Permalink
Check for Cygwin libgmp-10.dll or native gmp-10.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Aug 26, 2024
1 parent 8096836 commit 57668d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocaml-output/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ package:
cp $(Z3_LICENSE) $(package_prefix)/LICENSE-z3.txt
@# Z3
ifeq ($(OS),Windows_NT)
cp $(shell which libgmp-10.dll) $(package_prefix)/bin
GMPDLL=`command -v libgmp-10.dll || command -v gmp-10.dll`; install "$$GMPDLL" $(package_prefix)/bin
cp $(Z3_DIR)/*.exe $(Z3_DIR)/*.dll $(Z3_DIR)/*.lib $(package_prefix)/bin
chmod a+x $(package_prefix)/bin/z3.exe $(package_prefix)/bin/*.dll
zip -r -9 $(PACKAGE_NAME).zip fstar
Expand Down

0 comments on commit 57668d3

Please sign in to comment.