File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,10 @@ task:
273
273
EXPERIMENTAL : yes
274
274
SCHNORRSIG : yes
275
275
CTIMETEST : no
276
+ HOST : x86_64-w64-mingw32
277
+ CC : /opt/msvc/bin/x64/cl
278
+ AR : /opt/msvc/bin/x64/lib
279
+ NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
276
280
# Set non-essential options that affect the CLI messages here.
277
281
# (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
278
282
CFLAGS : -nologo -diagnostics:caret
@@ -282,18 +286,9 @@ task:
282
286
# the MSVC tools CC, AR and NM as specified below.
283
287
matrix :
284
288
- name : " x86_64 (MSVC): Windows (Debian stable, Wine)"
285
- env :
286
- HOST : x86_64-w64-mingw32
287
- CC : /opt/msvc/bin/x64/cl
288
- AR : /opt/msvc/bin/x64/lib
289
- NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
290
289
- name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
291
290
env :
292
- HOST : x86_64-w64-mingw32
293
- CC : /opt/msvc/bin/x64/cl
294
- AR : /opt/msvc/bin/x64/lib
295
- NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
296
- WIDEMUL : int128
291
+ WIDEMUL : int128_struct
297
292
- name : " i686 (MSVC): Windows (Debian stable, Wine)"
298
293
env :
299
294
HOST : i686-w64-mingw32
You can’t perform that action at this time.
0 commit comments