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

Commit

Permalink
use ldc for linux compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jul 7, 2018
1 parent 5b5cec5 commit 511b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedeb.d
Original file line number Diff line number Diff line change
Expand Up @@ -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 ~ "."
Expand Down

0 comments on commit 511b62e

Please sign in to comment.