forked from dlang/phobos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make win32.mak compatible with MODEL=32omf
The previous assumption was MODEL=32 because MODEL=32mscoff is built by win64.mak. Verified locally because Azure requires further changes outside of this repository.
- Loading branch information
1 parent
b707cb7
commit 7ab3c1e
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
ARCH: x64 | ||
x86-OMF: | ||
OS: Win_32 | ||
MODEL: 32 | ||
MODEL: 32omf | ||
ARCH: x86 | ||
steps: | ||
- checkout: self | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters