From 511b62e0bfc8615dd916b9308b24545b37c62905 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sat, 7 Jul 2018 15:26:57 +0200 Subject: [PATCH] use ldc for linux compilations --- makedeb.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedeb.d b/makedeb.d index d47c2e7..bce6d97 100644 --- a/makedeb.d +++ b/makedeb.d @@ -33,7 +33,7 @@ Description: Wraps dcd, dfmt and dscanner to one unified environment managed by mkdir("debs/" ~ pkgPath ~ "/usr/local"); mkdir("debs/" ~ pkgPath ~ "/usr/local/bin"); writeln("Building workspace-d"); - spawnProcess(["dub", "build", "--build=release"]).wait; + spawnProcess(["dub", "build", "--compiler=ldc", "--build=release"]).wait; writeln("Compressing regular linux package"); spawnProcess(["tar", "cfJ", "workspace-d_" ~ Version[0].to!string ~ "." ~ Version[1].to!string ~ "."