We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8198132 commit 3d6806aCopy full SHA for 3d6806a
1 file changed
external_deps/build.sh
@@ -262,7 +262,12 @@ build_pkgconfig() {
262
263
cd "${dir_name}"
264
265
- CFLAGS="${CFLAGS} -Wno-error=int-conversion" \
+ # Reset the environment variables, we don't cross-compile this,
266
+ # it is part of the cross-compilation toolchain.
267
+ # CXXFLAGS is unused.
268
+ CFLAGS='-Wno-error=int-conversion' \
269
+ LDFLAGS='' \
270
+ HOST='' \
271
configure_build \
272
--with-internal-glib
273
}
0 commit comments