mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 05:36:22 +08:00
Fixed issue 503
This commit is contained in:
@@ -213,7 +213,7 @@ class InternalCommands:
|
||||
|
||||
print 'Building with Xcode...'
|
||||
self.try_chdir(self.bin_dir)
|
||||
err = os.system(xcodebuild_cmd)
|
||||
err = os.system(self.xcodebuild_cmd)
|
||||
self.restore_chdir()
|
||||
|
||||
if err == 0:
|
||||
|
||||
Reference in New Issue
Block a user