From 30ef953393f1253b78f7cf0b7819602d6944ad8e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 4 Jul 2024 09:40:20 -0400 Subject: configure: Fix 'make reconf' when win64 sim builds are enabled Change-Id: I9d3c23dee58cb3b4edce7bfcc0429500ffe23e58 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index b1f2308a3e..1bc64484f0 100755 --- a/tools/configure +++ b/tools/configure @@ -4736,7 +4736,7 @@ cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \ -e s,--ram=[0-9]\*,,g \ -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ -e s,--voice=[-_./a-zA-Z0-9]\*,,g \ - -e s,--type=[a-zA-Z]\*,,g` + -e s,--type=[a-zA-Z0-9]\*,,g` cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" ### end of cmdline -- cgit v1.2.3