Skip to content

Commit 6f3e0b0

Browse files
authored
Merge pull request #1075 from thewtex/mkdir-src-docker
build(docker): mkdir missing src/ when cp used
2 parents dc08252 + 55c9a53 commit 6f3e0b0

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)