Skip to content

Commit 2a92c5f

Browse files
committed
meson: require thunk-gen >= 1.5
1 parent 7521b73 commit 2a92c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('dj64dev', 'c', version: '0.4')
22

3-
tg = dependency('thunk_gen')
3+
tg = dependency('thunk_gen', version: '>= 1.5')
44
TGMK = tg.get_variable('makeinc')
55
TG = tg.get_variable('binary')
66
tgbin = find_program(['thunk_gen', TG])

0 commit comments

Comments
 (0)