Commit Graph

6 Commits

Author SHA1 Message Date
0f7a00f60c Compile gumbo-parser 0.13.1 with Meson 2025-05-12 10:54:43 +02:00
efcb145224 Use Gumbo-parser version 0.12.1 2025-04-20 12:56:16 +02:00
5a1175cf2d Format our code with black 2024-02-05 11:41:09 +01:00
c99a9bd91f Run the command without using shell=True.
It mainly allow to run command in directory containing space.
(Hello, `C:\Program Files\...`)
It would also allow to work on directory containning spaces
(`C:\Users\John Doe`) but xapian configure (at least) expressly doesn't
support it :/

- Run the command without shell=True
- The command must be a list instead of a string.
- All options must also be a list (or an iterable).
2023-12-01 11:11:24 +01:00
7e0b403ccc Move run_command method out of buildEnv class. 2018-05-31 11:14:31 +02:00
53585b838a Split the dependencies.py file into several parts. 2018-05-22 16:43:37 +02:00