diff options
author | 2017-02-05 14:15:25 +0100 | |
---|---|---|
committer | 2017-02-05 14:15:25 +0100 | |
commit | 00ad4ab0ae803c0a023fcbe5b0e1615e2cc87568 (patch) | |
tree | 9e7a7aea47fa5ff02288b5ed39ba2666cd7cb643 /scripts/src/main.lua | |
parent | 1607745432f50099711d7aee355111111e66ff51 (diff) |
Update build scripts, BX is now static library (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 0a92b1fed57..3c7429b935e 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -301,6 +301,7 @@ end end links { "bgfx", + "bx", "ocore_" .. _OPTIONS["osd"], } |