]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: fix OS400 build after curlx move
authorAndrew <akirillo@uk.ibm.com>
Wed, 21 May 2025 12:45:39 +0000 (13:45 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 21 May 2025 13:03:17 +0000 (15:03 +0200)
Fixes #17410
Closes #17411

packages/OS400/make-src.sh

index 788910aa062931fbb657bdae054eb4626154a109..5ca84be9b5490965162ebb745495ed473e6198df 100755 (executable)
@@ -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}