Skip to content

Commit

Permalink
Fix wrong API exports definition in playlist build.
Browse files Browse the repository at this point in the history
Mostly irrelevant on UNIX (except if visibility is set to hidden by default), but may cause issues on Windows as the dllexport declspec was missing.
  • Loading branch information
kblaschke committed Dec 9, 2024
1 parent e90dc28 commit c6d37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ target_link_libraries(projectM_playlist
if(BUILD_SHARED_LIBS)
target_compile_definitions(projectM_playlist
PRIVATE
projectM_api_EXPORTS
projectM_playlist_EXPORTS
)

target_link_libraries(projectM_playlist
Expand Down

0 comments on commit c6d37c8

Please sign in to comment.