We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b810e commit aa3abe7Copy full SHA for aa3abe7
hphp/CMakeLists.txt
@@ -134,7 +134,6 @@ endif()
134
135
add_subdirectory(tools/hfsort)
136
add_subdirectory(tools/version)
137
-add_subdirectory(tools/tc-print)
138
139
add_subdirectory(compiler)
140
add_subdirectory(hack)
@@ -144,6 +143,10 @@ add_subdirectory(neo)
144
143
add_subdirectory(runtime)
145
add_subdirectory(runtime/ext)
146
+# Note: tc-print depends on EXTENSION_SYSTEMLIB_SOURCES being already set
147
+# and therefore should be added after extensions.
148
+add_subdirectory(tools/tc-print)
149
+
150
# The runtime/test binary require GTest and GMock to be installed globally
151
option(RUNTIME_TEST_BIN "Create the HHVM runtime/test binary" OFF)
152
if (RUNTIME_TEST_BIN)
0 commit comments