mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bit
This commit is contained in:
parent
1648b94905
commit
246a4f3018
5 changed files with 14 additions and 20 deletions
|
|
@ -173,6 +173,6 @@ def build(bld):
|
|||
testobj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
if sys.platform != 'darwin' and bld.env['build_target'] != 'mingw':
|
||||
testobj.linkflags = ['-lrt']
|
||||
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue