Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Do not copy so-files to bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jun 15, 2017
1 parent ea473e7 commit 86cfac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ libzmq:
(rm -f $(builddir_lib_omc)/$(LIBZMQLIB)*)
(rm -f $(builddir_bin)/$(LIBZMQLIB)*)
(cp -af 3rdParty/libzmq/build/lib/$(LIBZMQLIB)* $(builddir_lib_omc))
ifeq ($(SHREXT),.dll)
(cp -af 3rdParty/libzmq/build/lib/$(LIBZMQLIB)* $(builddir_bin))
# Darwin has to be special always
(test ! `uname` = Darwin || cp -af 3rdParty/libzmq/build/lib/lib*.dylib $(builddir_lib_omc))
endif

libzmq-clean:
rm -rf 3rdParty/libzmq/build
Expand Down

0 comments on commit 86cfac4

Please sign in to comment.