mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused Runner.xcconfig.template (#2692)
This commit is contained in:
parent
f641f6baa1
commit
21df1cf7ef
@ -1,14 +0,0 @@
|
||||
// Copyright 2015 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
//
|
||||
// Do NOT modify any of these configurations. These are specific to the runner.
|
||||
//
|
||||
|
||||
// This is the architecture the runner was built to target
|
||||
{% if target_arch == "arm" %}
|
||||
FLUTTER_TARGET_ARCH=armv7
|
||||
{% else %}
|
||||
FLUTTER_TARGET_ARCH={{target_arch}}
|
||||
{% endif %}
|
||||
Loading…
x
Reference in New Issue
Block a user