Skip to content

Commit e5ebcad

Browse files
committed
fix(docker): posixShim.c -> pthreadShim.c
1 parent ceebded commit e5ebcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/itk-wasm/ITKWebAssemblyInterface.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function(add_executable target)
6464
# WASI
6565
set_property(TARGET ${wasm_target} PROPERTY SUFFIX ".wasi.wasm")
6666
if (NOT TARGET wasi-itk-extras AND DEFINED CMAKE_CXX_COMPILE_OBJECT)
67-
add_library(wasi-itk-extras STATIC /ITKWebAssemblyInterface/src/exceptionShim.cxx /ITKWebAssemblyInterface/src/cxaThreadAtExitShim.cxx /ITKWebAssemblyInterface/src/posixShim.c /ITKWebAssemblyInterface/src/initialization.cxx)
67+
add_library(wasi-itk-extras STATIC /ITKWebAssemblyInterface/src/exceptionShim.cxx /ITKWebAssemblyInterface/src/cxaThreadAtExitShim.cxx /ITKWebAssemblyInterface/src/pthreadShim.c /ITKWebAssemblyInterface/src/initialization.cxx)
6868
endif()
6969
get_property(_is_imported TARGET ${wasm_target} PROPERTY IMPORTED)
7070
if (NOT ${_is_imported})

0 commit comments

Comments
 (0)