mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix language issue
This commit is contained in:
parent
7c8f3adc75
commit
7cc451d81d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def configure(conf):
|
|||
if conf.is_defined ('HAVE_CWIID'):
|
||||
conf.define ('BUILD_WIIMOTE', 1)
|
||||
else:
|
||||
print('You are have the cwiid headers needed to compile wiimote support BUT you are missing the pkg-config file for cwiid')
|
||||
print('You have the cwiid headers needed to compile wiimote support BUT you are missing the pkg-config file for cwiid')
|
||||
else:
|
||||
print('You are missing the libbluetooth headers needed to compile wiimote support')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue