Skip to content

Commit 55c9a53

Browse files
committed
build(docker): mkdir missing src/ when cp used
1 parent dc08252 commit 55c9a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/itk-wasm/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exe=$(ociExe)
88

99
cd $script_dir
1010

11-
mkdir -p ITKWebAssemblyInterfaceModuleCopy
11+
mkdir -p ITKWebAssemblyInterfaceModuleCopy/src
1212
cp_exe=$(which rsync 2>/dev/null || which cp)
1313
$cp_exe -a ../../../{include,CMakeLists.txt,itk-module.cmake} ./ITKWebAssemblyInterfaceModuleCopy/
1414
$cp_exe -a ../../../src/{*.cxx,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/

0 commit comments

Comments
 (0)