File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2015-10-30 Philippe Normand <
[email protected] >
2
+
3
+ [GTK][Mac] fix WTF build
4
+ https://bugs.webkit.org/show_bug.cgi?id=150502
5
+
6
+ Reviewed by Alex Christensen.
7
+
8
+ * wtf/CMakeLists.txt: Add CommonCryptoSPI.h in the headers.
9
+
1
10
2015-10-29 Alex Christensen <
[email protected] >
2
11
3
12
Fix Mac CMake build
Original file line number Diff line number Diff line change @@ -235,6 +235,15 @@ set(WTF_LIBRARIES
235
235
${CMAKE_DL_LIBS}
236
236
)
237
237
238
+ if (CMAKE_SYSTEM_NAME MATCHES "Darwin" )
239
+ list (APPEND WTF_HEADERS
240
+ spi/darwin/CommonCryptoSPI.h
241
+ )
242
+ list (APPEND WTF_INCLUDE_DIRECTORIES
243
+ "${WTF_DIR} /wtf/spi/darwin"
244
+ )
245
+ endif ()
246
+
238
247
# FIXME: Port bmalloc to Windows. https://bugs.webkit.org/show_bug.cgi?id=143310
239
248
if (NOT WIN32 )
240
249
list (APPEND WTF_LIBRARIES bmalloc)
You can’t perform that action at this time.
0 commit comments