Skip to content

Commit c4729a4

Browse files
committed
Fix CMake export
1 parent 86e6f7c commit c4729a4

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
@@ -142,6 +142,6 @@ function(add_wasmkit_library name)
142142
FILES_MATCHING PATTERN "*.swiftmodule"
143143
)
144144
else()
145-
set_property(GLOBAL APPEND PROPERTY SWIFT_EXPORTS ${name})
145+
set_property(GLOBAL APPEND PROPERTY WASMKIT_EXPORTS ${name})
146146
endif()
147147
endfunction()

0 commit comments

Comments
 (0)