We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469f47f commit e787b34Copy full SHA for e787b34
toolchain/scripts/stage4/install_cereal.sh
@@ -117,9 +117,9 @@ if [ "$with_cereal" != "__DONTUSE__" ]; then
117
if [ "$with_cereal" != "__SYSTEM__" ]; then
118
cat << EOF > "${BUILDDIR}/setup_cereal"
119
prepend_path CPATH "$pkg_install_dir/include"
120
-prepend_path CMAKE_PREFIX_PATH "$pkg_install_dir/include"
121
-export CPATH="$pkg_install_dir/include":\${CPATH}
122
-export CMAKE_PREFIX_PATH="$pkg_install_dir/include":\${CMAKE_PREFIX_PATH}
+prepend_path CMAKE_PREFIX_PATH "${pkg_install_dir}/include"
+export CPATH="${pkg_install_dir}/include":\${CPATH}
+export CMAKE_PREFIX_PATH="${pkg_install_dir}/include":\${CMAKE_PREFIX_PATH}
123
export CEREAL_ROOT="$pkg_install_dir"
124
EOF
125
else
0 commit comments