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

View File

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