the custom do-build target is just MODSCONS_BUILD_TARGET with MODSCONS_ENV

removed, so drop the custom target and explicitly set MODSCONS_ENV as empty
This commit is contained in:
sthen
2025-09-02 14:15:19 +00:00
parent 5afe9af6b3
commit fd8bb2bdbd
+3 -3
View File
@@ -39,9 +39,9 @@ MODULES = devel/scons
MAKE_ENV = CC="${CC}" \
CXX="${CXX}"
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MODSCONS_BIN} \
${MODSCONS_FLAGS} -j ${MAKE_JOBS}
# avoid setting scons.port.mk's default MODSCONS_ENV variables, which
# break the build of this port
MODSCONS_ENV =
do-install:
.for dir in arm_compute support utils