Oops, forgot to remove that line.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6750 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9c2c083f30
commit
4425140424
|
@ -77,7 +77,6 @@ elif sys.platform == 'darwin' and env['HAVE_WX']:
|
||||||
index_hi = mo.find("/dolphin-emu.mo")
|
index_hi = mo.find("/dolphin-emu.mo")
|
||||||
lang_name = mo[index_lo:index_hi]
|
lang_name = mo[index_lo:index_hi]
|
||||||
install_loc = env['data_dir'] + "/" + lang_name + ".lproj/dolphin-emu.mo"
|
install_loc = env['data_dir'] + "/" + lang_name + ".lproj/dolphin-emu.mo"
|
||||||
print install_loc
|
|
||||||
env.InstallAs(install_loc, mo)
|
env.InstallAs(install_loc, mo)
|
||||||
|
|
||||||
from plistlib import writePlist
|
from plistlib import writePlist
|
||||||
|
|
Loading…
Reference in New Issue