Changeset 5069 for pjproject


Ignore:
Timestamp:
Apr 14, 2015 7:41:27 AM (9 years ago)
Author:
nanang
Message:

Misc (re #1843): Fixed dependency lib order in pjsip-test Makefile. This might cause linking error when building with -DPJ_POOL_DEBUG=1 (thanks Denis Poltorak for the report).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r4786 r5069  
    192192                       $(PJMEDIA_LDLIB) \ 
    193193                       $(PJMEDIA_AUDIODEV_LDLIB) \ 
    194                        $(PJLIB_LDLIB) \ 
    195194                       $(PJLIB_UTIL_LDLIB) \ 
    196195                       $(PJNATH_LDLIB) \ 
     196                       $(PJLIB_LDLIB) \ 
    197197                       $(_LDFLAGS) 
    198198export TEST_EXE := pjsip-test-$(TARGET_NAME)$(HOST_EXE) 
Note: See TracChangeset for help on using the changeset viewer.