Skip to content

Commit

Permalink
Fix OSX
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23452 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 19, 2014
1 parent 048cf73 commit 4788bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/boot/Makefile.common
Expand Up @@ -107,7 +107,7 @@ $(GEN_DIR)_main_omc.o: $(GEN_DIR)_main_omc.c
$(OMHOME)/lib/omc/libOpenModelicaCompiler$(SHREXT): $(ALL_OBJECTS) $(OMHOME)/lib/omc/libomcruntime.a $(OMHOME)/lib/omc/libomparse.a $(GEN_DIR)_main_omc.o
@test ! -z "`echo $(ALL_OBJECTS)`" || (echo Empty dependencies for $@ ; false)
$(CC) -shared $(RPATH) $(INSTALL_NAME) -o $@ $^ $(LDFLAGS)
test ! "$SHREXT" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib $@
test ! "$(SHREXT)" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib $@

ifeq ($(STATIC),)
#shared
Expand Down

0 comments on commit 4788bb4

Please sign in to comment.