Fix hm command to open project in XCode. Task #2717.

This commit is contained in:
SNES350 2010-09-05 06:57:24 +00:00
parent f907f128af
commit 3456f520fd
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class InternalCommands:
elif generator.startswith('Xcode'):
print 'Opening with %s...' % generator
self.open_internal(xcodeproj_filepath(), 'open')
self.open_internal(self.xcodeproj_filepath(), 'open')
else:
raise Exception('Not supported with generator: ' + generator)