Ignore:
Timestamp:
Feb 12, 2018 6:50:00 AM (6 years ago)
Author:
ming
Message:

Fixed #2086: Add C# binding using SWIG, and support for Xamarin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5725 r5735  
    701701ac_linux_poll 
    702702ac_os_objs 
     703ac_target_arch 
    703704EGREP 
    704705GREP 
     
    50615062fi 
    50625063 
     5064 
    50635065case $target in 
    50645066    *android*) 
    50655067        $as_echo "#define PJ_ANDROID 1" >>confdefs.h 
    50665068 
     5069        ac_target_arch=$TARGET_ABI 
    50675070        ;; 
    50685071    *mingw* | *cygw* | *win32* | *w32* ) 
     
    50775080        $as_echo "#define PJ_DARWINOS 1" >>confdefs.h 
    50785081 
     5082        ac_target_arch=$ARCH_VAL 
    50795083        ;; 
    50805084    *linux*) 
Note: See TracChangeset for help on using the changeset viewer.