mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Load the builtin-plugin preload files and fix the dev path.
This commit is contained in:
parent
790656f351
commit
0470b06537
2 changed files with 2 additions and 1 deletions
|
@ -548,6 +548,7 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
if ( ! options.bare_mode )
|
||||
add_input_file("base/init-default.zeek");
|
||||
|
||||
add_input_file("builtin-plugins/__preload__.zeek");
|
||||
add_input_file("builtin-plugins/__load__.zeek");
|
||||
|
||||
plugin_mgr->SearchDynamicPlugins(util::zeek_plugin_path());
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
# ZEEKPATH=`./zeek-path-dev` ./src/zeek
|
||||
#
|
||||
|
||||
echo .:${CMAKE_SOURCE_DIR}/scripts:${CMAKE_SOURCE_DIR}/scripts/policy:${CMAKE_SOURCE_DIR}/scripts/site:${CMAKE_BINARY_DIR}/scripts
|
||||
echo .:${CMAKE_SOURCE_DIR}/scripts:${CMAKE_SOURCE_DIR}/scripts/policy:${CMAKE_SOURCE_DIR}/scripts/site:${CMAKE_BINARY_DIR}/scripts:${CMAKE_BINARY_DIR}/scripts/builtin-plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue