tools: minor cleanup to ensure "from_meson" variable is yet set from extern

This commit is contained in:
Thomas Haller 2020-08-12 12:10:29 +02:00
parent bc0d4e610f
commit 3b70efa9b6
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -104,6 +104,7 @@ if [ -f "build.ninja" ]; then
from_meson=1
libs=
else
from_meson=
libs=.libs/
fi