Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <ahiler@codeweavers.com>2021-10-29 12:06:16 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2021-10-29 18:06:15 +0300
commitaf96ce63af7a8a2d80b8b89581ef773cbc610516 (patch)
treec989a868a18767442baf22c3d9c9cb7849999827
parent7b08d7fa81b0636d9a8c21ffd9c0c8b1fc425661 (diff)
configure: Mention that people may need to install afdko using pip.
-rwxr-xr-xconfigure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index ac2a16f2..d7f757e7 100755
--- a/configure.sh
+++ b/configure.sh
@@ -53,7 +53,8 @@ dependency_afdko() {
AFDKO_VERB=afdko
else
err "Couldn't find 'afdko'. Install it and make sure that 'makeotf' is in your PATH or 'afdko makeotf' works."
- MISSING_DEPENDENCIES=1
+ err "Some distributions don't package afdko correctly, you may need to 'pip install afdko'."
+ MISSING_DEPENDENCIES=1
fi
}