Skip to content

Commit

Permalink
Fix Linux compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 23, 2014
1 parent 2b825cc commit 3aa9767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/Makefile.unix.in
Expand Up @@ -35,7 +35,7 @@ endif
$(LIB): Makefile.lib
$(MAKE) -f $<
cp -a ../bin/libOMPlot* $(top_builddir)/build/lib/omc/
install_name_tool -id @rpath/libOMPlot.1.0.0.dylib $(top_builddir)/build/lib/omc/libOMPlot.1.0.0.dylib
test ! `uname` = Darwin || install_name_tool -id @rpath/libOMPlot.1.0.0.dylib $(top_builddir)/build/lib/omc/libOMPlot.1.0.0.dylib

build: $(NAME) $(LIB)
cp -p ../bin/$(NAME) $(builddir_bin)
Expand Down

0 comments on commit 3aa9767

Please sign in to comment.