Skip to content

Commit 53d6310

Browse files
committed
Remove debug line from Makefile_raspberry
1 parent 45247d6 commit 53d6310

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JNI sources/linux/Makefile_raspberry

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ endif
1616
all: arm
1717

1818
arm:
19-
test $(JAVA_LIB_PATH)
2019
$(MKDIR_P) ./arm
2120
$(CC) -c -fPIC -I$(JAVA_LIB_PATH) -I"$(JAVA_LIB_PATH_LINUX)" smashlib.c -o smashlib_arm.o
2221
$(CC) ${CFLAGS} -shared -fPIC -o ./arm/${APP_NAME} smashlib_arm.o -lc

0 commit comments

Comments
 (0)