chore: add Lean package to leanc.in
This commit is contained in:
parent
f7818757ef
commit
49fc82c604
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ cflags=("-I$bindir/../include")
|
|||
ldflags=("-L$bindir/../lib/lean" "-lgmp" @LEANC_EXTRA_FLAGS@)
|
||||
# static linker flags
|
||||
# NOTE: libleancpp and libInit are cyclically dependent
|
||||
ldflags_ext=("-lleancpp" "-lInit" "-lStd" "-lleancpp" "-lInit" "-lStd")
|
||||
ldflags_ext=("-lleancpp" "-lInit" "-lStd" "-lLean" "-lleancpp" "-lInit" "-lStd" "-lLean")
|
||||
for arg in "$@"; do
|
||||
# passed -shared ~> switch to shared linker flags
|
||||
[[ $arg == "-shared" ]] && ldflags_ext=(@LEANC_SHARED_LINKER_FLAGS@)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue