Skip to content

Commit

Permalink
Merge pull request #299 from NixOS/package-string
Browse files Browse the repository at this point in the history
define default PACKAGE_STRING
  • Loading branch information
Mic92 authored Aug 10, 2021
2 parents 6965ad3 + b9dcf5b commit 374c92a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/patchelf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

#include "elf.h"

#ifndef PACKAGE_STRING \
#define PACKAGE_STRING "patchelf"
#endif

static bool debugMode = false;

Expand Down

0 comments on commit 374c92a

Please sign in to comment.