Skip to content
Snippets Groups Projects
Commit 01b9f217 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

vlcrs-macros: module: fix vlc_module_name in static cfg

vlc_module_name should not be exposed in static cfg for now, since it's
not partially linked into each plugin and thus conflicts with the
libvlc/vlccore's definition.
parent 7254c2df
No related branches found
No related tags found
1 merge request!6907vlcrs-macros: module: fix vlc_module_name in static cfg
Pipeline #570508 passed with stage
in 27 minutes and 44 seconds
......@@ -1168,6 +1168,7 @@ pub fn module(input: TokenStream) -> TokenStream {
#cfg_not_static
#entry_copyright
#cfg_not_static
#module_name
#cfg_not_static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment