mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make rake install build with default configuration
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -3,7 +3,7 @@ BUILD_DIR = '/tmp/atom-build'
|
||||
|
||||
desc "Build Atom via `xcodebuild`"
|
||||
task :build => "create-xcode-project" do
|
||||
command = "xcodebuild -target Atom -configuration Release SYMROOT=#{BUILD_DIR}"
|
||||
command = "xcodebuild -target Atom SYMROOT=#{BUILD_DIR}"
|
||||
output = `#{command}`
|
||||
if $?.exitstatus != 0
|
||||
$stderr.puts "Error #{$?.exitstatus}:\n#{output}"
|
||||
|
||||
Reference in New Issue
Block a user