mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#23947: use host_os instead of TARGET_OS in configure output
This commit is contained in:
parent
9126006c18
commit
7ad0141d66
@ -1971,7 +1971,7 @@ echo " miner enabled = $enable_miner"
|
|||||||
echo " gprof enabled = $enable_gprof"
|
echo " gprof enabled = $enable_gprof"
|
||||||
echo " werror = $enable_werror"
|
echo " werror = $enable_werror"
|
||||||
echo
|
echo
|
||||||
echo " target os = $TARGET_OS"
|
echo " target os = $host_os"
|
||||||
echo " build os = $build_os"
|
echo " build os = $build_os"
|
||||||
echo
|
echo
|
||||||
echo " CC = $CC"
|
echo " CC = $CC"
|
||||||
|
Loading…
Reference in New Issue
Block a user