Merge pull request #153 from nirbheek/fix-build-windows

meson: Fix running of psl-make-dafsa on Windows
This commit is contained in:
Tim Rühsen 2020-04-06 17:03:17 +02:00 committed by GitHub
commit 72365d3036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,