mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Install and Remove Patch
Fixed issue where packages would not install or remove correctly.
This commit is contained in:
parent
2b250d9a2d
commit
2fd55de71e
6 changed files with 64 additions and 38 deletions
|
|
@ -44,7 +44,8 @@ cpp_args = [
|
|||
'-DGDPM_REQUEST_DELAY=200ms',
|
||||
'-DGDPM_ENABLE_COLORS=1',
|
||||
'-DGDPM_ENABLE_TIMESTAMPS=1',
|
||||
'-DGDPM_TIMESTAMP_FORMAT=":%I:%M:%S %p; %Y-%m-%d"'
|
||||
'-DGDPM_TIMESTAMP_FORMAT=":%I:%M:%S %p; %Y-%m-%d"',
|
||||
'-DRAPIDJSON_HAS_STDSTRING=1'
|
||||
]
|
||||
lib = shared_library(
|
||||
meson.project_name(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue