From f9cb8a3e4df3da33704611fdb032342eb5acde2b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 23 Aug 2025 06:09:33 +1000 Subject: [PATCH] Revert "Expose compile defines in pkg-config file" This reverts commit a2f92095dc16246ed91722dfcaaba738817f2bef. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac50d3b5..0572e27f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -864,8 +864,6 @@ endif() string(JOIN ", " MINIAUDIO_PC_REQUIRES_PRIVATE ${LINKED_LIBS}) list(TRANSFORM COMMON_LINK_LIBRARIES PREPEND "-l") string(JOIN " " MINIAUDIO_PC_LIBS_PRIVATE ${COMMON_LINK_LIBRARIES}) -list(TRANSFORM COMPILE_DEFINES PREPEND "-D") -string(JOIN " " MINIAUDIO_PC_CFLAGS ${COMPILE_DEFINES}) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/miniaudio.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/miniaudio.pc" @ONLY)