Skip to content

Commit

Permalink
Add simplelock ext
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Jan 16, 2025
1 parent c1ac1ef commit 7d3f567
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions hphp/runtime/ext/simplelock/config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HHVM_DEFINE_EXTENSION("simplelock" REQUIRED
SOURCES
ext_simplelock.cpp
SYSTEMLIB
ext_simplelock.php
)
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} != 98
# if ${HHVM_EXTENSION_COUNT} != 99
# 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

0 comments on commit 7d3f567

Please sign in to comment.