<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm starting some experiments with sip5, and the single platform usage works like a charm (Linux, x86_64), thanks Phil!<br></div><div><br></div><div>1) I have some platform dependent values for: `include-dirs`, `library-dirs` and `libraries`. The current `setup.py` file I'm porting has some `if sys.platform`s, what is the suggested approach to reach the same result?</div><div><br></div><div>I tried using this syntax <a href="https://www.python.org/dev/peps/pep-0566/#environment-markers">https://www.python.org/dev/peps/pep-0566/#environment-markers</a>:</div><div><br></div><div>    libraries = ["usb-1.0; 'linux' in sys_platform"]</div><div><br></div><div>But seems to be unsupported.<br></div><div><br></div><div>2) I tried using paths relative to `pyproject.toml` bus sip fails not finding my `.h` files (found using the absolute path), what is the best practice here?<br></div><div><br></div><div>Thanks,</div><div>Matteo<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>/ Matteo Bertini</div><div>\ <a href="mailto:naufraghi@develer.com" target="_blank">naufraghi@develer.com</a><br></div></div></div></div></div>