mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
Make missing midi headers message more verbose.
git-svn-id: svn://localhost/ardour2/trunk@1038 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1d48090c52
commit
8856a12bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ elif conf.CheckCHeader('/System/Library/Frameworks/CoreMIDI.framework/Headers/Co
|
|||
subst_dict['%MIDITAG%'] = "ardour"
|
||||
subst_dict['%MIDITYPE%'] = "coremidi"
|
||||
else:
|
||||
print "It appears you don't have the required MIDI libraries installed."
|
||||
print "It appears you don't have the required MIDI libraries installed. For Linux this means you are missing the development package for ALSA libraries."
|
||||
sys.exit (1)
|
||||
|
||||
env = conf.Finish()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue