Skip to content

Commit

Permalink
meson: bump up version for nasm support
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 7, 2023
1 parent ea0ef72 commit 5ee9ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project('fdpp', ['cpp', 'c', 'nasm'], version: '0.1')
project('fdpp', ['cpp', 'c', 'nasm'], version: '0.1', meson_version: '>= 0.64')

li = subproject('libfdpp')
LIBFDPP = li.get_variable('LIBFDPP')
lo = subproject('loader')
Expand Down

0 comments on commit 5ee9ed3

Please sign in to comment.