Skip to content

Fix build without synctex

Jan Palus requested to merge jpalus/zathura:master into develop

When building zathura WITH_SYNCTEX=0 compilation fails:

zathura/main.c: In function 'main':
zathura/main.c:254:26: error: 'synctex_editor' undeclared (first use in this function)
       plugin_path, argv, synctex_editor, embed);

Merge request reports