Merge pull request #225 from o3o/master

Fix #224
This commit is contained in:
Adam D. Ruppe 2019-10-17 11:41:28 -04:00 committed by GitHub
commit 1f8925cf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
{
"name": "normal",
"libs-posix": ["X11", "Xext", "GL", "GLU"],
"libs-windows": ["gdi32", "opengl32", "glu32"],
"libs-windows": ["gdi32", "opengl32", "glu32"]
},
{
"name": "without-opengl",
@ -61,7 +61,6 @@
"dependencies": {"arsd-official:htmltotext":"*"},
"dflags": ["-mv=arsd.email=email.d"],
"sourceFiles": ["email.d"]
},
{
"name": "image_files",
@ -185,6 +184,7 @@
"name": "without_openssl",
"versions": ["without_openssl"]
}
]
},
{
"name": "jsvar",