chore: lake: rm excess -lstdcpp from FFI example (#7758)
This PR removes the `-lstdcpp` extra link argument from the FFI example. It is not actually necessary.
This commit is contained in:
parent
34142685a9
commit
7fefa8660e
1 changed files with 0 additions and 1 deletions
|
|
@ -50,4 +50,3 @@ target libleanffi_shared pkg : Dynlib := do
|
|||
|
||||
lean_lib FFI.Shared where
|
||||
moreLinkLibs := #[libleanffi_shared]
|
||||
moreLinkArgs := #["-lstdc++"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue