From 6c76ac80173bdc40d35e2d6b802f7950646781dc Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 29 Dec 2018 18:23:36 +0200 Subject: Handle strings in cross file args. Closes #4671. --- cross/ubuntu-armhf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cross') 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 -- cgit v1.1