Skip to content

Commit 32fd80a

Browse files
committed
Simplify lakefile a bit and rebuild
1 parent 52781c2 commit 32fd80a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
- name: Build GiNaC (Windows)
146146
if: runner.os == 'Windows'
147147
run: |
148+
lake clean
148149
bash ./scripts/build_cln.sh
149150
bash ./scripts/build_ginac.sh
150151
- name: lake build

lakefile.lean

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ package «GinacLean» where
1818

1919
lean_lib «GinacLean» where
2020
roots := #[`Ginac]
21-
moreLinkArgs := #[s!"-L{__dir__}/.lake/build/lib",
22-
"-lginac_ffi",
23-
"-lstdc++"]
2421
extraDepTargets := #[`libginac_ffi]
2522

2623
@[default_target]

0 commit comments

Comments
 (0)