Skip to content

Commit

Permalink
meson: add forgotten current_source_dir()
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Jan 13, 2025
1 parent 01099de commit 7ba1844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp/kernel/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('kernel', ['nasm', 'c'], version: '1.7', meson_version: '>= 1.3.2')

PD = 'parsers/parse_decls.sh'
PD = meson.current_source_dir() / 'parsers/parse_decls.sh'
SRC = 'src'
DSRC = 'src/drivers'
kernel_ld = meson.current_source_dir() / 'kernel.ld'
Expand Down

0 comments on commit 7ba1844

Please sign in to comment.