Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
build: compile in dl.c on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 28, 2011
1 parent 90e15f1 commit e4d6509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-unix.mk
Expand Up @@ -28,6 +28,7 @@ CPPFLAGS += -D_LARGEFILE_SOURCE
CPPFLAGS += -D_FILE_OFFSET_BITS=64

OBJS += src/unix/core.o
OBJS += src/unix/dl.o
OBJS += src/unix/fs.o
OBJS += src/unix/cares.o
OBJS += src/unix/udp.o
Expand Down

0 comments on commit e4d6509

Please sign in to comment.