unix: rename linux/core.c to linux/linux-core.c
This is a back-port of commit e1320757 from the master branch.
Newer versions of gyp do not support files with the same basenames (example:
core.c and linux/core.c).
The nominal reason is consistency across build systems. Apparently, msbuild
doesn't support it either.
Somewhere, someplace, baby Jesus cries sad little tears...
Fixes #464.
This commit is contained in:
parent
cc1b3de247
commit
5031a5b85a
@ -67,7 +67,9 @@ EIO_CONFIG=config_linux.h
|
||||
CSTDFLAG += -D_GNU_SOURCE
|
||||
CPPFLAGS += -Isrc/ares/config_linux
|
||||
LINKFLAGS+=-ldl -lrt
|
||||
OBJS += src/unix/linux/core.o src/unix/linux/inotify.o src/unix/linux/syscalls.o
|
||||
OBJS += src/unix/linux/linux-core.o \
|
||||
src/unix/linux/inotify.o \
|
||||
src/unix/linux/syscalls.o
|
||||
endif
|
||||
|
||||
ifeq (FreeBSD,$(uname_S))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user