Skip to content
Snippets Groups Projects
Commit 119098c6 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Convert end of line

parent 661133ae
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -66,6 +66,10 @@ cat ${SCRIPT_DIR}/dune-common.patch >> "${PWD}/dune-common.patch"
SETUP_dune_common_PATCHES="${SCRIPT_DIR}/dune-common.patch"
SETUP_dune_logging_PATCHES="${SCRIPT_DIR}/dune-logging.patch"
# change line ending to DOS if OS is windows
[[ $MSYSTEM ]] && unix2dos "${SCRIPT_DIR}/dune-common.patch"
wget https://gist.githubusercontent.com/lkeegan/059984b71f8aeb0bbc062e85ad7ee377/raw/e9c7af42c47fe765547e60833a72b5ff1e78123c/cmake-patch.txt
echo '' >> "cmake-patch.txt"
SETUP_dune_common_PATCHES+=" ${PWD}/cmake-patch.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment