Changes between Version 49 and Version 50 of Getting-Started/iPhone


Ignore:
Timestamp:
Apr 30, 2013 2:15:36 AM (11 years ago)
Author:
nanang
Comment:

Fixed typo in specifying architecture 'armv7s' for iPhone 5, shouldn't use capital letters.

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v49 v50  
    5050 {{{ 
    5151$ cd /path/to/your/pjsip/dir 
    52 $ ARCH='-arch ARMv7s' ./configure-iphone 
     52$ ARCH='-arch armv7s' ./configure-iphone 
    5353$ make dep && make clean && make 
    5454 }}}