You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docker/itk-wasm/build.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ cd $script_dir
11
11
mkdir -p ITKWebAssemblyInterfaceModuleCopy/src
12
12
cp_exe=$(which rsync 2>/dev/null || which cp)
13
13
$cp_exe -a ../../../{include,CMakeLists.txt,itk-module.cmake} ./ITKWebAssemblyInterfaceModuleCopy/
14
-
$cp_exe -a ../../../src/{*.cxx,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/
14
+
$cp_exe -a ../../../src/{*.cxx,*.c,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/
15
15
$cp_exe -a ../../../src/emscripten-module ./ITKWebAssemblyInterfaceModuleCopy/src/
16
16
mkdir -p median-filter-pipelineCopy
17
17
$cp_exe -a ../../../packages/core/typescript/itk-wasm/test/pipelines/median-filter-pipeline/{CMakeLists.txt,median-filter-test.cxx} ./median-filter-pipelineCopy
0 commit comments