Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion hphp/runtime/ext/watcher/config.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
HHVM_DEFINE_EXTENSION("watchman" IMPLICIT
HHVM_DEFINE_EXTENSION("watcher" IMPLICIT
SOURCES
ext_watcher.cpp
watcher-clock.cpp
watcher-options.cpp
SYSTEMLIB
ext_watcher.php
DEPENDS
Expand Down
2 changes: 1 addition & 1 deletion hphp/util/hphp-config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ${HHVM_COMPILES_DEFINE_STRING}
#endif

#ifdef USE_CMAKE
# if ${HHVM_EXTENSION_COUNT} != 99
# if ${HHVM_EXTENSION_COUNT} != 100
# error You need to update the config file for the new builtin extension, and add the define to the FB section
# endif
${HHVM_EXTENSIONS_ENABLED_DEFINE_STRING}
Expand Down