Ignore:
Timestamp:
Dec 19, 2019 11:31:55 AM (4 years ago)
Author:
nanang
Message:

Re #2256: Readjusted build configs (after r6120 & r6121) to accomodate the convention that CXXFLAGS always includes CFLAGS in all PJSIP modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/webrtc/Makefile

    r6120 r6122  
    2222                   $(CC_INC)../../../pjlib/include 
    2323export _CXXFLAGS:= $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 
    24                    $(HOST_CXXFLAGS) $(CXXFLAGS) 
     24                   $(HOST_CXXFLAGS) $(CXXFLAGS) $(_CFLAGS) 
    2525export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ 
    2626                   $(LDFLAGS)  
Note: See TracChangeset for help on using the changeset viewer.