mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
spawner update
This commit is contained in:
parent
fb3b0b4c05
commit
232aee209b
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ JDK_OS_INCLUDES=/usr/local/jdk/include/linux
|
|||
CC=gcc
|
||||
LIB_NAME = libspawner.so
|
||||
LIB_NAME_FULL = ../os/linux/x86/libspawner.so
|
||||
OBJS=spawner.o io.o exec_unix.o
|
||||
OBJS=spawner.o io.o exec_unix.o pfind.o
|
||||
CPPFLAGS = -I. -I$(JDK_INCLUDES) -I$(JDK_OS_INCLUDES)
|
||||
CFLAGS +=-fpic -D_REENTRANT
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue