Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 511b62e

Browse files
committed
use ldc for linux compilations
1 parent 5b5cec5 commit 511b62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makedeb.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Description: Wraps dcd, dfmt and dscanner to one unified environment managed by
3333
mkdir("debs/" ~ pkgPath ~ "/usr/local");
3434
mkdir("debs/" ~ pkgPath ~ "/usr/local/bin");
3535
writeln("Building workspace-d");
36-
spawnProcess(["dub", "build", "--build=release"]).wait;
36+
spawnProcess(["dub", "build", "--compiler=ldc", "--build=release"]).wait;
3737
writeln("Compressing regular linux package");
3838
spawnProcess(["tar", "cfJ",
3939
"workspace-d_" ~ Version[0].to!string ~ "." ~ Version[1].to!string ~ "."

0 commit comments

Comments
 (0)