diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 42bfe245537..8604987ffda 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -59,8 +59,12 @@ function mainProject(_target, _subtarget) "zlib", "jsoncpp", "mongoose", - "portmidi", } + if _OPTIONS["NO_USE_MIDI"]=="0" then + links { + "portmidi", + } + end if (USE_BGFX == 1) then links { "bgfx" |