Skip to content

Commit acad3be

Browse files
Merge pull request #101 from kabiroberai/kabir/fix-cmake-export
Fix CMake export
2 parents 3f815a3 + a501f77 commit acad3be

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)