mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +03:00
Fix NO_USE_MIDI
This commit is contained in:
parent
0bbe38dc36
commit
2d12aacd49
@ -446,7 +446,7 @@ project "sqllite3"
|
||||
--------------------------------------------------
|
||||
-- portmidi library objects
|
||||
--------------------------------------------------
|
||||
if _OPTIONS["NO_USE_MIDI"]=="0" then
|
||||
if _OPTIONS["NO_USE_MIDI"]~="1" then
|
||||
project "portmidi"
|
||||
uuid "587f2da6-3274-4a65-86a2-f13ea315bb98"
|
||||
kind "StaticLib"
|
||||
|
@ -104,7 +104,7 @@ function mainProject(_target, _subtarget)
|
||||
"jsoncpp",
|
||||
"mongoose",
|
||||
}
|
||||
if _OPTIONS["NO_USE_MIDI"]=="0" then
|
||||
if _OPTIONS["NO_USE_MIDI"]~="1" then
|
||||
links {
|
||||
"portmidi",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user