aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-12-29 18:23:36 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-01-02 22:28:22 +0200
commit6c76ac80173bdc40d35e2d6b802f7950646781dc (patch)
treebc635c41daa915ae68b9cffe31e47eaf02cc8fcb /cross
parentee555e37c9940e04d12f5e11a396d857dc0b7b66 (diff)
downloadmeson-6c76ac80173bdc40d35e2d6b802f7950646781dc.zip
meson-6c76ac80173bdc40d35e2d6b802f7950646781dc.tar.gz
meson-6c76ac80173bdc40d35e2d6b802f7950646781dc.tar.bz2
Handle strings in cross file args. Closes #4671.
Diffstat (limited to 'cross')
-rw-r--r--cross/ubuntu-armhf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt
index fec8ce7..a6e1f15 100644
--- a/cross/ubuntu-armhf.txt
+++ b/cross/ubuntu-armhf.txt
@@ -12,7 +12,7 @@ pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'
root = '/usr/arm-linux-gnueabihf'
# Used in unit test '140 get define'
c_args = ['-DMESON_TEST_ISSUE_1665=1']
-cpp_args = ['-DMESON_TEST_ISSUE_1665=1']
+cpp_args = '-DMESON_TEST_ISSUE_1665=1'
has_function_printf = true
has_function_hfkerhisadf = false