Skip to content

Commit

Permalink
attempt to declare dependency on libstdc++-static
Browse files Browse the repository at this point in the history
the file aims to declare the dependency on libstdc++static
  • Loading branch information
janverschelde authored Jan 19, 2024
1 parent 5486c3d commit 132914a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libstdcpp-external.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name = "libstdcpp"
description = "libraries for statically linking with c++ - development files"
maintainers = ["Jan <[email protected]>"]
maintainers-logins = ["janverschelde"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"fedora" = ["libstdc++-static"]

0 comments on commit 132914a

Please sign in to comment.