src: mention UPX_CONFIG_DISABLE_GITREV build config

This commit is contained in:
Markus F.X.J. Oberhumer
2022-11-02 02:52:20 +01:00
parent 212bc04257
commit 668cefec2f
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@
static bool head_done = 0;
// also see UPX_CONFIG_DISABLE_GITREV in CMakeLists.txt
#if defined(UPX_VERSION_GITREV)
const char gitrev[] = UPX_VERSION_GITREV;
#else