]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Get rid of from_git
authorFred Morcos <fred.morcos@open-xchange.com>
Fri, 8 Sep 2023 07:22:43 +0000 (09:22 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:50 +0000 (13:28 +0100)
meson.build

index 9a2108678fd6df7a5d104128e3d4bd5dd1bdca4e..ae244a747313f3e86a4728757c8668355261009c 100644 (file)
@@ -20,9 +20,6 @@ summary('Build Dir', product_build_dir, section: 'Build')
 # Setup some modules
 fs = import('fs')
 
-# Check if we're running from a git checkout
-from_git = fs.exists('.git')
-
 # Create the configuration object and dependencies list.
 conf = configuration_data()