build: Stop hard-coding OS/platform CFLAGS
This commit is contained in:
@ -7,5 +7,4 @@ Name: webrtc-audio-processing
|
||||
Description: WebRTC Audio Processing library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lwebrtc_audio_processing
|
||||
# FIXME - defines should not be hardcoded
|
||||
Cflags: -I${includedir}/webrtc_audio_processing -DWEBRTC_POSIX
|
||||
Cflags: -I${includedir}/webrtc_audio_processing @PLATFORM_CFLAGS@
|
||||
|
Reference in New Issue
Block a user