We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc08252 + 55c9a53 commit 6f3e0b0Copy full SHA for 6f3e0b0
src/docker/itk-wasm/build.sh
@@ -8,7 +8,7 @@ exe=$(ociExe)
8
9
cd $script_dir
10
11
-mkdir -p ITKWebAssemblyInterfaceModuleCopy
+mkdir -p ITKWebAssemblyInterfaceModuleCopy/src
12
cp_exe=$(which rsync 2>/dev/null || which cp)
13
$cp_exe -a ../../../{include,CMakeLists.txt,itk-module.cmake} ./ITKWebAssemblyInterfaceModuleCopy/
14
$cp_exe -a ../../../src/{*.cxx,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/
0 commit comments