diff options
author | 2015-05-11 09:37:45 +0200 | |
---|---|---|
committer | 2015-05-11 09:37:45 +0200 | |
commit | 7652d47d8ecaa5bd751d6408442d1ce309d17ba1 (patch) | |
tree | 3a3d6588f65612178ecbb8cec15dc10db2a37305 /scripts/genie.lua | |
parent | 77e6356641eb78e89f3925c86fb3f19a631a64ce (diff) |
Add makefile switch to choose linking against bundled OR system expat library.
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 7936a1486f8..aeb901b0f2e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -89,6 +89,11 @@ newoption { } newoption { + trigger = 'with-bundled-expat', + description = 'Build bundled Expat library', +} + +newoption { trigger = "distro", description = "Choose distribution", allowed = { |