Skip to content

Commit

Permalink
Upgrade bundled dub to v1.17.0+ (with cross-compilation support) (#3157)
Browse files Browse the repository at this point in the history
This includes dlang/dub#1755 which improves LDC
support in general and enables specifying arbitrary LLVM target triples
as dub `--arch` option.
  • Loading branch information
kinke committed Sep 7, 2019
1 parent f3fe277 commit b6d8210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ steps:
git clone --recursive https://github.com/dlang/dub.git 2>&1
cd dub
powershell -c "git checkout \"$(cat %BUILD_SOURCESDIRECTORY%/packaging/dub_version -Raw)\"" 2>&1
powershell -c "(cat build.cmd).replace('curl.lib', '%CD%/../installed/lib/curl.lib') | Set-Content build.cmd"
call build.cmd 2>&1
cp bin/dub.exe ../installed/bin
..\installed\bin\dub --version
Expand Down
2 changes: 1 addition & 1 deletion packaging/dub_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.0
8ffc09ed6fb9625837161ffbbda2d926f490196c

0 comments on commit b6d8210

Please sign in to comment.