Skip to content

Commit 171dcd0

Browse files
committed
build(docker): copy *.c into the ITKWebAssemblyInterface dir
For pthreadShim.c.
1 parent 4dd73c7 commit 171dcd0

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
@@ -11,7 +11,7 @@ cd $script_dir
1111
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/
14-
$cp_exe -a ../../../src/{*.cxx,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/
14+
$cp_exe -a ../../../src/{*.cxx,*.c,CMakeLists.txt} ./ITKWebAssemblyInterfaceModuleCopy/src/
1515
$cp_exe -a ../../../src/emscripten-module ./ITKWebAssemblyInterfaceModuleCopy/src/
1616
mkdir -p median-filter-pipelineCopy
1717
$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

Comments
 (0)