libpsl/src
Nirbheek Chauhan 0c11bf19df meson: Fix running of psl-make-dafsa on Windows
`find_program()` evaluates to `python psl-make-dafsa` on Windows, so
running it with `python` evaluates to `python python psl-make-dafsa`,
causing this error on Windows:

```
"c:/python38/python.exe" "python" "C:/projects/repos/libpsl/src/psl-make-dafsa" "--output-format=binary" "C:/projects/repos/libpsl/list/public_suffix_list.dat" "tests/psl.dafsa"
c:/python38/python.exe: can't open file 'python': [Errno 2] No such file or directory
```
2020-04-06 20:18:45 +05:30
..
LICENSE.chromium rename src/make_dafsa.py to src/psl-make-dafsa, add documentation 2016-07-14 11:55:04 +02:00
Makefile.am Makefile.am: use PYTHON when invoking psl-make-dafsa 2019-07-11 17:47:11 +01:00
libpsl-srcs.mk Add NMake Makefiles for Visual Studio builds 2018-04-26 17:09:28 +08:00
lookup_string_in_fixed_set.c Remove _HIDDEN from src/lookup_string_in_fixed_set.c 2018-04-26 16:45:15 +02:00
meson.build meson: Fix running of psl-make-dafsa on Windows 2020-04-06 20:18:45 +05:30
psl-make-dafsa Fix typos 2018-12-28 19:44:39 +01:00
psl-make-dafsa.1 Replace psl2c by psl-make-dafsa 2016-12-06 15:22:18 +01:00
psl.c psl.c: Include strings.h only if it is available 2020-03-10 15:16:25 +01:00