mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user