[DEV] add json dependency
This commit is contained in:
parent
70036262be
commit
7fecf6cd89
1269
blender/obj_inport_export.py
Normal file
1269
blender/obj_inport_export.py
Normal file
File diff suppressed because it is too large
Load Diff
1080
blender/wrl2export.py
Normal file
1080
blender/wrl2export.py
Normal file
File diff suppressed because it is too large
Load Diff
2
external/ejson
vendored
2
external/ejson
vendored
@ -1 +1 @@
|
||||
Subproject commit 217c1947651b35724df50c2319e1f16296649169
|
||||
Subproject commit 2627da57d8555bd69facc1cff923ab0b8d498893
|
@ -138,7 +138,7 @@ def Create(target):
|
||||
#myModule.SetConfig(['Config.in','ConfigLinux.in'])
|
||||
|
||||
# name of the dependency
|
||||
myModule.AddModuleDepend(['etk', 'freetype', 'exml', 'egami', 'date'])
|
||||
myModule.AddModuleDepend(['etk', 'freetype', 'exml', 'ejson', 'egami', 'date'])
|
||||
|
||||
#ifeq ("$(CONFIG_BUILD_BULLET)","y")
|
||||
#myModule.AddModuleDepend('bullet')
|
||||
|
Loading…
Reference in New Issue
Block a user