Skip to content

Commit

Permalink
json !ios
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Nov 23, 2024
1 parent e06e470 commit 271ab04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'glib',
'glog',
'iso-codes',
'json',
'json-c',
'json-glib',
'leveldb',
Expand Down Expand Up @@ -59,6 +60,7 @@
'fmt',
'glog',
'iso-codes',
'json',
'json-c',
'leveldb',
'libexpat',
Expand Down
5 changes: 5 additions & 0 deletions scripts/json.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from common import CMakeBuilder

CMakeBuilder('json', [
'-DJSON_BuildTests=OFF'
]).exec()

0 comments on commit 271ab04

Please sign in to comment.