summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorMichael Kuc2020-07-20 21:04:43 +0100
committerMichael Kuc2020-07-20 21:04:43 +0100
commiteb33e7e2147db4f7559e0e11be8045f3ef307c05 (patch)
tree18d443e9a116c694fabbb444dc39e9dffa9732f9 /meson.build.patch
parent66c8c57c86a521e71fb2dfc795161add621d4f07 (diff)
downloadaur-cdcc-git.tar.gz
Fix typo in meson build script.
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 7abcde9ea081..9984400459da 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,5 +1,5 @@
-*** meson.build 2020-07-20 19:34:21.479395401 +0100
---- meson.build 2020-07-20 19:49:55.374369071 +0100
+*** meson.build 2020-07-20 21:01:01.638690222 +0100
+--- meson.build 2020-07-20 21:01:22.025022028 +0100
***************
*** 16,34 ****
sources: [ 'cc.c', 'db.c' ],
@@ -9,7 +9,7 @@
executable('cdcc-gen',
- sources: [ 'cc.c', 'db.c' ],
+! sources: [ 'cc.c', 'db.c' ],
cpp_args: c_flags,
link_args: ld_flags,
! dependencies: alldep)
@@ -30,7 +30,7 @@
executable('cdcc-gen',
- sources: [ 'cc.c', 'db.c' ],
+! sources: [ 'gen.c', 'db.c' ],
cpp_args: c_flags,
link_args: ld_flags,
! dependencies: alldep,