Skip to content

Commit

Permalink
remove private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jul 15, 2024
1 parent ed3e709 commit 2465263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ file(GLOB VERSION_SCRIPT CONFIGURE_DEPENDS

add_library(yoga SHARED ${SOURCES})
target_link_libraries(yoga yogacore)
target_link_options(yoga PRIVATE -Wl,--version-script=${VERSION_SCRIPT})
target_link_options(yoga PUBLIC -Wl,--version-script=${VERSION_SCRIPT})

0 comments on commit 2465263

Please sign in to comment.