1
0
Fork 0
mirror of https://git.suyu.dev/suyu/flatpak.git synced 2025-01-06 14:26:07 +00:00

fix: attempt to fix RapidJSON compilation.

This commit is contained in:
Fijxu 2024-03-09 18:04:16 -03:00
parent c5369077fd
commit 26eb75eb63
No known key found for this signature in database

View file

@ -265,9 +265,11 @@
"config-opts": [ "config-opts": [
"-DCMAKE_BUILD_TYPE=None", "-DCMAKE_BUILD_TYPE=None",
"-DRAPIDJSON_HAS_STDSTRING=ON", "-DRAPIDJSON_HAS_STDSTRING=ON",
"-DRAPIDJSON_BUILD_CXX11=ON" "-DRAPIDJSON_BUILD_CXX11=ON",
"-DRAPIDJSON_BUILD_DOC=OFF",
"-DRAPIDJSON_BUILD_EXAMPLES=OFF",
"-DRAPIDJSON_BUILD_TESTS=OFF"
], ],
"builddir": true,
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",