On Thu, Mar 02, 2023 at 02:21:48PM +0100, Thomas Monjalon wrote: > The DevX library path had to be provided through the variables > DEVX_INC_PATH and DEVX_LIB_PATH. > It was non-standard and triggers some issues with recent Meson.
is it possible for meson to search the default install location that the devx sdk installation is normally located on windows? then only if you installed it to some silly non-default location you have to provide CFLAGS/LDFLAGS? > > Using CFLAGS/LDFLAGS is standard and simpler. > It is also possible to use the Meson options -Dc_args and -Dc_link_args. > There are 2 options to provide: > -I<include_directory> > -L<library_directory> > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > --- Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>