File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -802,16 +802,14 @@ function install_yara_python() {
802802 --config-settings=\" --global-option=build\" \
803803 --config-settings=\" --global-option=--enable-cuckoo\" \
804804 --config-settings=\" --global-option=--enable-magic\" \
805- --config-settings=\" --global-option=--enable-profiling\" \
806- --config-settings=\" --global-option=--dynamic-linking\" "
805+ --config-settings=\" --global-option=--enable-profiling\" "
807806 else
808807 sudo -u ${USER} $PYTHON_MGR --directory $CAPE_ROOT $PYTHON_MGR_CMD pip install yara-python \
809808 --no-binary :all: \
810809 --config-settings=" --global-option=build" \
811810 --config-settings=" --global-option=--enable-cuckoo" \
812811 --config-settings=" --global-option=--enable-magic" \
813- --config-settings=" --global-option=--enable-profiling" \
814- --config-settings=" --global-option=--dynamic-linking"
812+ --config-settings=" --global-option=--enable-profiling"
815813 fi
816814
817815 # Install from local source (commented out)
You can’t perform that action at this time.
0 commit comments