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