mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
Merge topic 'bootstrap-cflags'
c7aa38f
bootstrap: Honor CFLAGS during "make" test (#10545)
This commit is contained in:
commit
6426a86d5e
@ -839,7 +839,7 @@ mkdir "${cmake_bootstrap_dir}/${TMPFILE}"
|
||||
cd "${cmake_bootstrap_dir}/${TMPFILE}"
|
||||
echo '
|
||||
test: test.c
|
||||
"'"${cmake_c_compiler}"'" -o test test.c
|
||||
"'"${cmake_c_compiler}"'" '"${cmake_ld_flags} ${cmake_c_flags}"' -o test test.c
|
||||
'>"Makefile"
|
||||
echo '
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user