diff --git a/dub.json b/dub.json index 03ad2af..882e501 100755 --- a/dub.json +++ b/dub.json @@ -22,7 +22,10 @@ }, { "name" : "dynlib", - "targetType" : "dynamicLibrary" + "targetType" : "dynamicLibrary", + "dflags-linux-ldc" : [ + "-defaultlib=phobos2-ldc" + ] }, { "name" : "sources",