Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-crt/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 8707b1124..9b23050cc 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -12,8 +12,8 @@ #AUTOMAKE_OPTIONS = color-tests if WITHSYSROOT - sysincludes=-I@TARGET_SYSTEM_ROOT@/include - withsys=--with-sysroot=@TARGET_SYSTEM_ROOT@ + sysincludes="-I@TARGET_SYSTEM_ROOT@/include" + withsys="--with-sysroot=@TARGET_SYSTEM_ROOT@" else sysincludes= withsys= -- 2.17.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
