Merge pull request #153 from nirbheek/fix-build-windows
meson: Fix running of psl-make-dafsa on Windows
This commit is contained in:
commit
72365d3036
|
@ -1,4 +1,4 @@
|
|||
psl_make_dafsa = find_program('psl-make-dafsa')
|
||||
psl_make_dafsa = files('psl-make-dafsa')
|
||||
|
||||
suffixes_dafsa_h = custom_target('suffixes_dafsa.h',
|
||||
input : psl_file,
|
||||
|
|
Loading…
Reference in New Issue