projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb88db
)
Fix win32 build.
author
Morgan Deters
<mdeters@cs.nyu.edu>
Thu, 7 Aug 2014 15:47:20 +0000
(11:47 -0400)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Thu, 7 Aug 2014 15:47:26 +0000
(11:47 -0400)
Makefile.builds.in
patch
|
blob
|
history
diff --git
a/Makefile.builds.in
b/Makefile.builds.in
index e52feea7bbefe994236a4189ab4cc29046213020..ee0bd7f98370bd49e7eb5c7ef68fa7de506da562 100644
(file)
--- a/
Makefile.builds.in
+++ b/
Makefile.builds.in
@@
-86,10
+86,12
@@
ifeq ($(CVC4_BUILD_LIBCOMPAT),yes)
ln -sf ../src/compat/.libs/libcvc4compat.* \
.
endif
-# symlink the binary
- cd $(CURRENT_BUILD)/bin && \
- ln -sf ../src/main/cvc4 \
- .
+# symlink the binaries
+ for binary in $(CVC4_BINARIES); do \
+ cd $(CURRENT_BUILD)/bin && \
+ ln -sf ../src/main/$$binary \
+ . ; \
+ done
# set up builds/doc and builds/examples
rm -f bin; ln -sf $(CURRENT_BUILD)/bin bin
rm -f lib; ln -sf $(CURRENT_BUILD)/lib lib