Avoid git version always appearing as dirty
[ldk-java] / genbindings.sh
index b06f9c40bed55d8b6e2144319f97a9f106633d1d..cd549d792f9efb6bf7c8e9ddc8bb86e579a7f926 100755 (executable)
@@ -18,6 +18,10 @@ fi
 
 set -e
 
+if [ "$LDK_GARBAGECOLLECTED_GIT_OVERRIDE" = "" ]; then
+       export LDK_GARBAGECOLLECTED_GIT_OVERRIDE=$(git describe --tag --dirty)
+fi
+
 cp "$1/lightning-c-bindings/include/lightning.h" ./
 if [ "$(rustc --version --verbose | grep "host:")" = "host: x86_64-apple-darwin" ]; then
        # OSX sed is for some reason not compatible with GNU sed