mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move atom.gyp to stop confusing npm
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -9,7 +9,7 @@ mkdir_p BUILD_DIR
|
||||
desc "Create xcode project from gpy file"
|
||||
task "create-project" do
|
||||
sh "rm -rf atom.xcodeproj"
|
||||
sh "python tools/gyp/gyp --depth=. atom.gyp"
|
||||
sh "python tools/gyp/gyp --depth=. support/atom.gyp"
|
||||
end
|
||||
|
||||
desc "Build Atom via `xcodebuild`"
|
||||
@@ -128,5 +128,3 @@ def binary_path
|
||||
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user