Skip to content
Snippets Groups Projects
Commit 0aa343a2 authored by Christian Humer's avatar Christian Humer
Browse files

Fix unresolved symbols during startup.

parent d7728391
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ $(OBJ):
$(LIB_PKG): $(C_OBJECTS) $(F_OBJECTS) $(PKGDIR)
mkdir -p $(LIBDIR)
$(DYLIB_LD) $(DYLIB_LDFLAGS) -o $(LIB_PKG) $(C_OBJECTS) $(F_OBJECTS)
$(DYLIB_LD) $(DYLIB_LDFLAGS) -o $(LIB_PKG) $(C_OBJECTS) $(F_OBJECTS) $(FLIBS_IN_SO)
mkdir -p $(FASTR_LIBDIR)/$(PKG)/libs
cp $(LIB_PKG) $(FASTR_LIBDIR)/$(PKG)/libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment