git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)
[WebKit-https.git]
/
Source
/
bmalloc
/
PlatformGTK.cmake
1
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
2
list(APPEND bmalloc_SOURCES
3
bmalloc/Zone.cpp
4
)
5
endif ()