Skip to content

Commit

Permalink
Corrected typo in compilation files II
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Dec 7, 2023
1 parent 11318e9 commit 2a5ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pycv/standaloneCompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
#-Wl,--no-as-needed forces the python library to be linked, without this in a WSL does not work

#-fvisibility=hidden is needed to correct the warnings for the visibility of some pybind11 functionalities
export PLUMED_MKLIB_CFLAGS="$(${python_config} --cflags --embed) $(python -m pybind11 --includes) -fvisibility=hidden"
export PLUMED_MKLIB_CFLAGS="$(${python_config} --cflags --embed) $(${python_bin} -m pybind11 --includes) -fvisibility=hidden"

export PLUMED_MKLIB_LDFLAGS="${PYCV_EXTRA_LDFLAGS} $(${python_config} --ldflags --embed) $conda_fixup"

Expand Down

0 comments on commit 2a5ae55

Please sign in to comment.