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:
Mac Malone 2025-03-31 23:10:54 -04:00 committed by GitHub
parent 34142685a9
commit 7fefa8660e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,4 +50,3 @@ target libleanffi_shared pkg : Dynlib := do
lean_lib FFI.Shared where
moreLinkLibs := #[libleanffi_shared]
moreLinkArgs := #["-lstdc++"]