mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Make ld executable configurable
Tools like this should be configurable in a cross or native file. In particular, if we are cross-compiling (with an executable wrapper like qemu-arm), the build system ld is not necessarily able to manipulate host system objects. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -59,6 +59,7 @@ c_link_args = []
|
||||
c = 'x86_64-w64-mingw32-gcc'
|
||||
cpp = 'x86_64-w64-mingw32-g++'
|
||||
ar = 'x86_64-w64-mingw32-ar'
|
||||
ld = 'x86_64-w64-mingw32-ld'
|
||||
objcopy = 'x86_64-w64-mingw32-objcopy'
|
||||
strip = 'x86_64-w64-mingw32-strip'
|
||||
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
||||
|
Reference in New Issue
Block a user