diff options
author | 2016-11-09 15:44:44 +0100 | |
---|---|---|
committer | 2016-11-09 15:44:44 +0100 | |
commit | cddd8bbe7aad0171bc77302e3aa51fb545f04268 (patch) | |
tree | 91095370903d00c5468a1ef5132c45fea4142d35 /scripts | |
parent | f9f30e95efa86e1362881f03946abb71b7e8bc8b (diff) |
Add more UWP support (nw)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/main.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index e231ffe065b..f1c33edd84b 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -233,9 +233,13 @@ if (STANDALONE~=true) then links { ext_lib("lua"), "lualibs", + } +if (_OPTIONS["osd"] ~= "uwp") then + links { "linenoise-ng", } end +end links { ext_lib("zlib"), ext_lib("flac"), |