mirror of
https://github.com/dlang/phobos.git
synced 2025-05-09 04:27:23 +03:00
add missing dependency
This commit is contained in:
parent
4f7a125392
commit
0b9e02f72d
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ $(LIB) : $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
|
|||
|
||||
dll : $(LIBSO)
|
||||
|
||||
$(LIBSO): $(OBJS)
|
||||
$(LIBSO): $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
|
||||
$(DMD) $(DFLAGS) -shared -debuglib= -defaultlib= -of$@ $(DRUNTIMESO) $(D_FILES) $(OBJS)
|
||||
|
||||
ifeq (osx,$(OS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue