Skip to content

Commit d1ebf1b

Browse files
committed
build: fix private exports
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 81ace63 commit d1ebf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/wamr-wasip1/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target_include_directories(OcreRuntimeWamr
1616
)
1717

1818
target_link_libraries(OcreRuntimeWamr
19-
PUBLIC
19+
PRIVATE
2020
OcreRuntime
2121
OcrePlatform
2222
OcreRuntimeAPI

0 commit comments

Comments
 (0)