Skip to content

Commit 4d556ee

Browse files
committed
I wanna cry
1 parent c1e5c2c commit 4d556ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -s")
126126
# Fix for MacOS X broken libxml2 Homebrew installation in MacOS Catalina
127127
if(APPLE)
128128
message(STATUS "macOS detected, applying macOS-specific kludges")
129-
set(XML2_INCLUDE_DIRS "/usr/local/opt/libxml2/include/libxml2")
130-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/homebrew/opt/icu4c/include")
129+
# set(XML2_INCLUDE_DIRS "/usr/local/opt/libxml2/include/libxml2")
130+
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/homebrew/opt/icu4c/include")
131131
endif()
132132

133133
########################## pkg-config description #############################

0 commit comments

Comments
 (0)