WrapEarnPass left a comment (geany/geany#4624)

Looks like there is also a similar issue with the vte flag.
If you want I will split that to another issue, but, for now.

This sets a flag for plugins:
```
if (host_machine.system() != 'windows' and get_option('vte'))
        cdata.set('HAVE_VTE', 1)
endif
``` 
but then the check later, ignores the get_option.
```
if host_machine.system() == 'windows'
        # No VTE support on Windows
```



-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4624#issuecomment-4991787658
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/4624/[email protected]>

Reply via email to