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

Commit 299703b

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Copy libzmq dylib files
This should fix ticket:4457
1 parent 708c3b4 commit 299703b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ libzmq:
263263
(rm -f $(builddir_lib_omc)/$(LIBZMQLIB)*)
264264
(rm -f $(builddir_bin)/$(LIBZMQLIB)*)
265265
(cp -af 3rdParty/libzmq/build/lib/$(LIBZMQLIB)* $(builddir_lib_omc))
266+
# Darwin has to be special always; libzmq*.dylib while Linux is libzmq.so* ...
267+
(test ! `uname` = Darwin || cp -af 3rdParty/libzmq/build/lib/lib*.dylib $(builddir_lib_omc))
266268
ifeq ($(SHREXT),.dll)
267269
(cp -af 3rdParty/libzmq/build/lib/$(LIBZMQLIB)* $(builddir_bin))
268270
endif

0 commit comments

Comments
 (0)