Skip to content

Commit 83fff61

Browse files
lilyballpieter
authored andcommitted
Always build in the project-relative build/ folder with rake build_app
1 parent 530377a commit 83fff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ task :clean => [:clean_app]
1414

1515
desc "Build gitX using XCode"
1616
task :build_app do
17-
system("xcodebuild")
17+
system("xcodebuild build OBJROOT=build/ SYMROOT=build/")
1818
end
1919

2020
task :clean_app do

0 commit comments

Comments
 (0)