We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592e869 commit 881d496Copy full SHA for 881d496
mbed/mbed.py
@@ -53,7 +53,7 @@
53
"*.orig",
54
55
# mbed Tools
56
- "build",
+ "BUILD",
57
".build",
58
".export",
59
@@ -1119,7 +1119,7 @@ class Program(object):
1119
is_cwd = False
1120
is_repo = False
1121
is_classic = False
1122
- build_dir = "build"
+ build_dir = "BUILD"
1123
1124
def __init__(self, path=None, print_warning=False):
1125
path = os.path.abspath(path or os.getcwd())
0 commit comments