File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ set "LD=lld-link.exe"
9
9
10
10
:: following https://github.com/conda-forge/clang-win-activation-feedstock/blob/main/recipe/activate-clang_win-64.bat
11
11
set " FFLAGS = -D_CRT_SECURE_NO_WARNINGS -fms-runtime-lib=dll -fuse-ld=lld -I%LIBRARY_INC% "
12
- set " LDFLAGS = -nostdlib - Wl,-defaultlib:%CONDA_PREFIX:\ =/ % /lib/clang/@MAJOR_VER@/lib/windows/clang_rt.builtins-x86_64.lib"
12
+ set " LDFLAGS = -Wl,-defaultlib:%CONDA_PREFIX:\ =/ % /lib/clang/@MAJOR_VER@/lib/windows/clang_rt.builtins-x86_64.lib"
Original file line number Diff line number Diff line change 9
9
sha256 : 09c08693a9afd6236f27a2ebae62cda656eba19021ef3f94d59e931d662d4856
10
10
11
11
build :
12
- number : 4
12
+ number : 5
13
13
# intentionally only windows (main target) & linux (debuggability)
14
14
skip : true # [osx]
15
15
@@ -120,8 +120,8 @@ outputs:
120
120
commands :
121
121
# see naming discussion: https://discourse.llvm.org/t/reviving-rename-flang-new-to-flang/68130/2
122
122
# - flang hello_world.f90
123
- - flang-new $FFLAGS hello_world.f90 # [unix]
124
- - flang-new %FFLAGS% hello_world.f90 # [win]
123
+ - flang-new $FFLAGS hello_world.f90 # [unix]
124
+ - flang-new %FFLAGS% hello_world.f90 %LDFLAGS% # [win]
125
125
- ./a.out # [unix]
126
126
- a.exe # [win]
127
127
# check if activation worked
You can’t perform that action at this time.
0 commit comments