diff --git a/common/environment/build-style/waf.sh b/common/environment/build-style/waf.sh new file mode 100644 index 00000000000..f5deafbf00c --- /dev/null +++ b/common/environment/build-style/waf.sh @@ -0,0 +1 @@ +hostmakedepends+=" python" diff --git a/common/environment/build-style/waf3.sh b/common/environment/build-style/waf3.sh new file mode 100644 index 00000000000..471e0dae2d3 --- /dev/null +++ b/common/environment/build-style/waf3.sh @@ -0,0 +1 @@ +hostmakedepends+=" python3"