Skip to content

Commit

Permalink
Fix EDISON build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Apr 29, 2018
1 parent 5e779d1 commit f28e0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightcrafts/jnisrc/EDISON/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include ../jni.mk

SEGM_SOURCE:= segm/ms.cpp segm/msSys.cpp segm/msImageProcessor.cpp segm/RAList.cpp segm/rlist.cpp $(wildcard *.cpp)
SEGM_INCLUDES:= segm/tdef.h segm/RAList.h segm/ms.h segm/msImageProcessor.h segm/msSys.h segm/rlist.h
SEGM_LDFLAGS:= $(filter-out $(PLATFORM_LDFLAGS),$(LDFLAGS))
SEGM_LDFLAGS:= $(PLATFORM_LDFLAGS)

ifeq ($(UNIVERSAL),1)
$(TARGET_PPC) $(TARGET_X86): $(SEGM_SOURCE) $(SEGM_INCLUDES)
Expand Down

0 comments on commit f28e0f2

Please sign in to comment.