makefiles: Disable winetest when tests are disabled.
This commit is contained in:
parent
ea9a113a81
commit
95081550fd
|
@ -4111,6 +4111,8 @@ esac
|
|||
|
||||
enable_win16=${enable_win16:-no}
|
||||
|
||||
enable_winetest=${enable_winetest:-$enable_tests}
|
||||
|
||||
if test -n "$with_wine64"
|
||||
then
|
||||
if test "x$enable_win64" = "xyes"
|
||||
|
|
|
@ -170,6 +170,9 @@ esac
|
|||
dnl enable_win16 defaults to yes on x86, to no on other CPUs
|
||||
enable_win16=${enable_win16:-no}
|
||||
|
||||
dnl Disable winetest too if tests are disabled
|
||||
enable_winetest=${enable_winetest:-$enable_tests}
|
||||
|
||||
dnl Some special cases for the wow64 build
|
||||
if test -n "$with_wine64"
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue