mirror of https://github.com/buggins/dlangui.git
Update dub.json to fix console build
This commit is contained in:
parent
f7503ec974
commit
b5c266f3e9
2
dub.json
2
dub.json
|
@ -64,7 +64,7 @@
|
||||||
{
|
{
|
||||||
"name": "console",
|
"name": "console",
|
||||||
"versions": ["USE_CONSOLE", "EmbedStandardResources"],
|
"versions": ["USE_CONSOLE", "EmbedStandardResources"],
|
||||||
"excludedSourceFiles": ["3rdparty/*"]
|
"excludedSourceFiles": ["3rdparty/*GL*", "3rdparty/android", "3rdparty/dimage", "3rdparty/fontconfig/*", "3rdparty/icontheme", "3rdparty/jni.d"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "external",
|
"name": "external",
|
||||||
|
|
Loading…
Reference in New Issue