mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
Added stub code for linux/mac builds to match the functional ARCH code for discovering libraris in use #4793
This commit is contained in:
@@ -74,3 +74,9 @@ void
|
||||
ArchSystemUnix::setting(const std::string&, const std::string&) const
|
||||
{
|
||||
}
|
||||
|
||||
std::string
|
||||
ArchSystemUnix::getLibsUsed(void) const
|
||||
{
|
||||
return "not implmented.\nuse lsof on shell";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user