Changeset 4738
- Timestamp:
- Feb 7, 2014 3:22:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/swig/java/Makefile
r4737 r4738 4 4 ifneq ($(findstring android,$(TARGET_NAME)),) 5 5 OS=android 6 # Set dummy JAVA_HOME as JNI is bundled in Android NDK, only need javac here 7 JAVA_HOME := $(dir $(shell which javac)) 6 ifeq ("$(JAVA_HOME)","") 7 # Set dummy JAVA_HOME as JNI is bundled in Android NDK, only need javac here 8 JAVA_HOME := $(dir $(shell which javac)) 9 endif 8 10 else 9 11 ifneq ($(findstring darwin,$(TARGET_NAME)),)
Note: See TracChangeset
for help on using the changeset viewer.