Skip to content

Commit

Permalink
Remove -H option for amalgamate (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas authored Dec 5, 2023
1 parent 188361b commit 24f4be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/create-single-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ workingcopy_dir="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/nul
dst=${1:-$workingcopy_dir/single-header/include/alpaka/alpaka.hpp}
tmp_dir=$(mktemp -d)
git clone https://github.com/shrpnsld/amalgamate.git --depth 1 $tmp_dir/clone
$tmp_dir/clone/amalgamate -o $tmp_dir -H -v -a -n 'alpaka' -I $workingcopy_dir/include -- $workingcopy_dir/include/alpaka/alpaka.hpp
$tmp_dir/clone/amalgamate -o $tmp_dir -v -a -n 'alpaka' -I $workingcopy_dir/include -- $workingcopy_dir/include/alpaka/alpaka.hpp
mv $tmp_dir/alpaka-amalgamated/alpaka.hpp $dst
rm -rf $tmp_dir

0 comments on commit 24f4be5

Please sign in to comment.