Skip to content

Commit

Permalink
Merge pull request #720 from ZeroChaos-/master
Browse files Browse the repository at this point in the history
mark one function visible to allow shared build
  • Loading branch information
robotastic authored Aug 27, 2022
2 parents a30ee30 + d441742 commit 180284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.cc.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ std::string GitMetadata::Describe() {
std::string GitMetadata::Branch() {
return "@GIT_BRANCH@";
}
void GitMetadata::VersionInfo() {
__attribute__ ((visibility ("default"))) void GitMetadata::VersionInfo() {
std::cout << PROJECT_NAME << ": " << PROJECT_VER << std::endl;

if(GitMetadata::Populated()) {
Expand Down

0 comments on commit 180284b

Please sign in to comment.