Skip to content

Commit 9d936b6

Browse files
committed
Revert "Pass -package-name in CMake to enable use of package"
This reverts commit e56e093.
1 parent f149ac4 commit 9d936b6

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;-package-name;WasmKit>
94+
$<$<COMPILE_LANGUAGE:Swift>:-color-diagnostics>
9595
)
9696

9797
if(LLVM_USE_LINKER)

0 commit comments

Comments
 (0)