Skip to content

Commit

Permalink
vfdeps: Include Z3 DLL import library
Browse files Browse the repository at this point in the history
  • Loading branch information
btj committed Jan 5, 2018
1 parent 3664234 commit 18e608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_vfdeps_win32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ $(Z3_BUILD): $(Z3_CFG)
cd $(Z3_DIR)/build && make

$(Z3_BINARY): $(Z3_BUILD)
cd $(Z3_DIR)/build && make install
cd $(Z3_DIR)/build && make install && cp build/libz3.dll.a $(PREFIX)/lib

z3: $(Z3_BINARY)
.PHONY: z3
Expand Down

0 comments on commit 18e608e

Please sign in to comment.