Skip to content

Commit 4530e21

Browse files
committed
chore: allow arm64 build
Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
1 parent a43dd8d commit 4530e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def setupCLIOptions(parser):
269269
lwnode_optgroup.add_option(
270270
'--arch',
271271
dest='arch',
272-
choices=['arm', 'x32', 'x64'],
272+
choices=['arm', 'arm64', 'x32', 'x64'],
273273
default='x64',
274274
help='Target architecture (%default)',
275275
)

0 commit comments

Comments
 (0)