Skip to content

Commit

Permalink
meson: dont enforce git command
Browse files Browse the repository at this point in the history
It may be missing.
  • Loading branch information
stsp committed Jul 5, 2024
1 parent 312c859 commit 071f8b3
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
Expand Up @@ -15,7 +15,7 @@ BVER = cpp.get_define('BPRM_VER',
prefix: '#include "bprm.h"')
FVER = AVER + '.' + BVER
TARGET = 'fdppkrnl.' + FVER
GIT_DESCRIBE = run_command('git', 'describe', check: true).stdout().strip()
GIT_DESCRIBE = run_command('git', 'describe', check: false).stdout().strip()
hdr = ['src', 'hdr', rel_inc]
incdir2 = include_directories(hdr)
sfiles = cpp.preprocess(['cdata.S', 'plt.S'],
Expand Down

0 comments on commit 071f8b3

Please sign in to comment.