Skip to content

Commit e56e093

Browse files
committed
Pass -package-name in CMake to enable use of package
1 parent 9c12454 commit e56e093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/AddSwiftHostLibrary.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function(add_wasmkit_library name)
9191
endif()
9292

9393
target_compile_options(${name} PRIVATE
94-
$<$<COMPILE_LANGUAGE:Swift>:-color-diagnostics>
94+
$<$<COMPILE_LANGUAGE:Swift>:-color-diagnostics;-package-name;WasmKit>
9595
)
9696

9797
if(LLVM_USE_LINKER)

0 commit comments

Comments
 (0)