mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
build: Mark CROSSCC32 and CROSSCC64 as precious variables.
This commit is contained in:
parent
6523844af8
commit
10bfe2d675
@ -6,7 +6,9 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_LIBOBJ_DIR([portable])
|
||||
AC_CONFIG_HEADERS(include/config.h)
|
||||
|
||||
AC_ARG_VAR(WIDL, [widl IDL compiler])
|
||||
AC_ARG_VAR([WIDL], [widl IDL compiler])
|
||||
AC_ARG_VAR([CROSSCC32], [32-bit Windows cross compiler])
|
||||
AC_ARG_VAR([CROSSCC64], [64-bit Windows cross compiler])
|
||||
|
||||
dnl Check for progs
|
||||
AM_PROG_AR
|
||||
|
Loading…
Reference in New Issue
Block a user