build: fix OS400 build after curlx move

Fixes #17410
Closes #17411
This commit is contained in:
Andrew
2025-05-21 13:45:39 +01:00
committed by Viktor Szakats
parent 7836c3de5d
commit 2dfe421a64

View File

@@ -60,7 +60,7 @@ fi
LINK=
MODULES=
# shellcheck disable=SC2034
INCLUDES="'${TOPDIR}/lib'"
INCLUDES="'${TOPDIR}/lib' '${TOPDIR}/lib/curlx'"
# shellcheck disable=SC2153
for SRC in ${CURLX_CFILES}