Skip to content

Commit

Permalink
Merge pull request #2388 from AndrewEdwards/2.066
Browse files Browse the repository at this point in the history
Merge pull request #2387 from MartinNowak/fixup2377
  • Loading branch information
AndrewEdwards committed Jul 31, 2014
2 parents ff13351 + 6e41e2c commit 9c2a178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion posix.mak
Expand Up @@ -279,7 +279,10 @@ $(ROOT)/%$(DOTOBJ): %.c
$(LIB): $(OBJS) $(ALL_D_FILES) druntime_libs
$(DMD) $(DFLAGS) -lib -of$@ $(DRUNTIME) $(D_FILES) $(OBJS)

$(ROOT)/libphobos2.so: $(LIBSO)
$(ROOT)/libphobos2.so: $(ROOT)/$(SONAME)
ln -sf $(notdir $(LIBSO)) $@

$(ROOT)/$(SONAME): $(LIBSO)
ln -sf $(notdir $(LIBSO)) $@

$(LIBSO): override PIC:=-fPIC
Expand Down

0 comments on commit 9c2a178

Please sign in to comment.