aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-12-26 14:27:11 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-04 20:16:30 +0000
commit6b515c432109cf7ab488da37cddeb1752e91fa5c (patch)
tree6dec9820aba10bd56ed919c1b4ea17a26f3d4aa2 /cross
parent67ee65f47ed0872040fcce3db68a34005af9a03d (diff)
downloadmeson-6b515c432109cf7ab488da37cddeb1752e91fa5c.zip
meson-6b515c432109cf7ab488da37cddeb1752e91fa5c.tar.gz
meson-6b515c432109cf7ab488da37cddeb1752e91fa5c.tar.bz2
cmake: fix missing languages from CMake (fixes #8132)
Diffstat (limited to 'cross')
-rw-r--r--cross/linux-mingw-w64-32bit.txt1
-rw-r--r--cross/linux-mingw-w64-64bit.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/cross/linux-mingw-w64-32bit.txt b/cross/linux-mingw-w64-32bit.txt
index e29aa46..caf1da1 100644
--- a/cross/linux-mingw-w64-32bit.txt
+++ b/cross/linux-mingw-w64-32bit.txt
@@ -1,6 +1,7 @@
[binaries]
c = '/usr/bin/i686-w64-mingw32-gcc'
cpp = '/usr/bin/i686-w64-mingw32-g++'
+objc = '/usr/bin/i686-w64-mingw32-gcc'
ar = '/usr/bin/i686-w64-mingw32-ar'
strip = '/usr/bin/i686-w64-mingw32-strip'
pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
diff --git a/cross/linux-mingw-w64-64bit.txt b/cross/linux-mingw-w64-64bit.txt
index 261dad0..f49fb35 100644
--- a/cross/linux-mingw-w64-64bit.txt
+++ b/cross/linux-mingw-w64-64bit.txt
@@ -1,6 +1,7 @@
[binaries]
c = '/usr/bin/x86_64-w64-mingw32-gcc'
cpp = '/usr/bin/x86_64-w64-mingw32-g++'
+objc = '/usr/bin/x86_64-w64-mingw32-gcc'
ar = '/usr/bin/x86_64-w64-mingw32-ar'
strip = '/usr/bin/x86_64-w64-mingw32-strip'
pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'