We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5681ff0 commit fe87888Copy full SHA for fe87888
depends/hosts/default.mk
@@ -28,8 +28,8 @@ endef
28
29
define add_host_flags_func
30
ifeq ($(filter $(origin $1),undefined default),)
31
-$(host_arch)_$(host_os)_$1 =
32
-$(host_arch)_$(host_os)_$(release_type)_$1 = $($1)
+$(host_arch)_$(host_os)_$1 = $($1)
+$(host_arch)_$(host_os)_$(release_type)_$1 =
33
else
34
$(host_arch)_$(host_os)_$1 += $($(host_os)_$1)
35
$(host_arch)_$(host_os)_$(release_type)_$1 += $($(host_os)_$(release_type)_$1)
0 commit comments