Skip to content

Commit

Permalink
Include sdc gc for the .so file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Schveighoffer authored and kinke committed Nov 14, 2024
1 parent 4ef836c commit f150deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ $(ROOT)/$(SONAME): $(LIBSO)

$(LIBSO): override PIC:=-fPIC
$(LIBSO): $(C_OBJS) $(ALL_D_FILES) $(DRUNTIMESO)
$(DMD) $(DFLAGS) -shared $(NODEFAULTLIB) -of$@ -L-soname=$(SONAME) $(DRUNTIMESO) $(LINKDL) $(D_FILES) $(C_OBJS)
$(DMD) $(DFLAGS) -shared $(NODEFAULTLIB) -of$@ -L-soname=$(SONAME) $(DRUNTIMESO) $(LINKDL) $(D_FILES) $(C_OBJS) ../sdc/lib/libdmdalloc.a

ifeq (osx,$(OS))
# Build fat library that combines the 32 bit and the 64 bit libraries
Expand Down

0 comments on commit f150deb

Please sign in to comment.