Changeset 5761 for pjproject/trunk/build.mak.in
- Timestamp:
- Mar 27, 2018 5:35:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.mak.in
r5735 r5761 23 23 ifeq (@ac_shared_libraries@,1) 24 24 export PJ_SHARED_LIBRARIES := 1 25 endif 26 27 ifndef EXCLUDE_APP 28 ifeq ($(findstring android,$(TARGET_NAME)),) 29 export EXCLUDE_APP := 0 30 else 31 export EXCLUDE_APP := 1 32 endif 25 33 endif 26 34
Note: See TracChangeset
for help on using the changeset viewer.