Add Signal5.
[ardour.git] / autowaf.py
index f98cad1adaaf0165861410052bbfca4b16901549..c9ac680c7b4c573c41c82705c93612c4cfbd5e81 100644 (file)
@@ -441,7 +441,7 @@ def shutdown():
                except: pass
 
 def build_i18n(bld,srcdir,dir,name,sources):
-       pwd = bld.get_curdir()
+       pwd = os.getcwd()
        os.chdir(os.path.join (srcdir, dir))
 
        pot_file = '%s.pot' % name