@ntrel commented on this pull request.


In meson.build:

> -if git.found()
+if git.found() and fs.is_dir('.git')
 	ret = run_command(git, 'rev-parse', '--short', '--revs-only', 'HEAD', check: true)
 	cdata.set_quoted('REVISION', ret.stdout().strip())
 else

Looks OK.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3578/review/1663043944@github.com>