Commit 10cdf4d2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake/scripts/convert_vlc_to_cmake.sh: Fix config.h.cmake install.

parent ae2dba8c
......@@ -17,7 +17,7 @@ echo "Installing src/CMakeLists.txt"
ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt
echo "Installing include/config.h.cmake"
ln -sf $cmake_dir/config.h.cmake include/config.h.cmake
ln -sf ../$cmake_dir/config.h.cmake include/config.h.cmake
echo "Installing cmake/"
ln -sf $cmake_dir/include cmake
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment