Skip to content

Commit

Permalink
fix(jni): Build using javah/*.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Nov 29, 2023
1 parent bdb7d2a commit d7e72a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightcrafts/jnisrc/jni.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ endif

DEFINES:= -DJNILIB $(JNI_EXTRA_DEFINES)
INCLUDES:= $(PLATFORM_INCLUDES) $(JAVA_INCLUDES) \
-I$(COMMON_DIR) \
-I$(COMMON_DIR)/jnisrc/jniutils $(JNI_EXTRA_INCLUDES)
LDFLAGS:= $(PLATFORM_LDFLAGS) $(JAVA_LDFLAGS) \
-L$(COMMON_DIR)/products $(JNI_EXTRA_LDFLAGS)
Expand Down

0 comments on commit d7e72a4

Please sign in to comment.