From 38418a74de1843834467db948376ea6227ea6bf7 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 10 Dec 2014 17:14:32 +0400 Subject: [PATCH] set USE_SDL and USE_OPENGL for posix --- dub.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dub.json b/dub.json index 071fa9b..f009df5 100644 --- a/dub.json +++ b/dub.json @@ -19,6 +19,10 @@ "lib/FreeImage.dll", ], + "versions-posix": [ + "USE_SDL", "USE_OPENGL" + ], + "mainSourceFile": "src/app.d", "dependencies": {