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 05ff26e commit 469f47fCopy full SHA for 469f47f
toolchain/scripts/stage4/install_cereal.sh
@@ -116,10 +116,10 @@ esac
116
if [ "$with_cereal" != "__DONTUSE__" ]; then
117
if [ "$with_cereal" != "__SYSTEM__" ]; then
118
cat << EOF > "${BUILDDIR}/setup_cereal"
119
-prepend_path CPATH "$pkg_install_dir"
120
-prepend_path CMAKE_PREFIX_PATH "$pkg_install_dir"
121
-export CPATH="$pkg_install_dir":\${CPATH}
122
-export CMAKE_PREFIX_PATH="$pkg_install_dir":\${CMAKE_PREFIX_PATH}
+prepend_path CPATH "$pkg_install_dir/include"
+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