diff options
-rw-r--r-- | src/lpm.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index 6bc4c9e..1fc4d67 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1619,6 +1619,9 @@ Flags have the following effects: --no-install-optional On install, anything marked as optional won't prompt. --post Run post-install build steps. Must be explicitly enabled. + Official repositories must function without this + flag being needed; generally they must provide + binaries if there is a native compilation step. ]] ) return 0 |