1
0
forked from 0ad/0ad
0ad/build/premake
s0600204 c025776703 Use premake5 beta2's externalincludedirs when available
As of the `beta2` version of `premake5`, `sysincludedirs` has been
deprecated
and replaced with/renamed to `externalincludedirs`, and continuing to
use it
causes warnings to be emitted.

With this change, we now use `externalincludedirs` when available so as
to
prevent the warnings, falling back to `sysincludedirs` when it's not to
prevent
breakage with pre-`beta2` versions of `premake5`.


Accepted By: sera
Fixes: #6785
Differential Revision: https://code.wildfiregames.com/D4980
This was SVN commit r27606.
2023-04-16 17:05:30 +00:00
..
cxxtest Refactor the cxxtest premake module. 2017-12-10 11:17:43 +00:00
pkgconfig Use premake5 beta2's externalincludedirs when available 2023-04-16 17:05:30 +00:00
premake5 (1/2) Update premake5 to Alpha 15 - premake5 files 2020-12-14 02:17:47 +00:00
tests Detect the need for libexecinfo in premake. This is mostly useful for musl Linux. 2020-06-23 15:06:57 +00:00
extern_libs5.lua Use premake5 beta2's externalincludedirs when available 2023-04-16 17:05:30 +00:00
premake5.lua Use premake5 beta2's externalincludedirs when available 2023-04-16 17:05:30 +00:00