mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
3 lines
81 B
Bash
3 lines
81 B
Bash
![]() |
#!/bin/sh
|
||
|
echo `locate libstdc++.a | sort -r | head -1 | sed "s/libstdc++.a$//"`
|