Ignore:
Timestamp:
Mar 27, 2018 5:35:03 AM (6 years ago)
Author:
riza
Message:

Re #2059 (misc): Don't include test app (exe) when building for Android.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.mak.in

    r5735 r5761  
    2323ifeq (@ac_shared_libraries@,1) 
    2424export PJ_SHARED_LIBRARIES := 1 
     25endif 
     26 
     27ifndef EXCLUDE_APP 
     28ifeq ($(findstring android,$(TARGET_NAME)),) 
     29export EXCLUDE_APP := 0 
     30else 
     31export EXCLUDE_APP := 1 
     32endif 
    2533endif 
    2634 
Note: See TracChangeset for help on using the changeset viewer.