1
0
Fork 0
forked from len0rd/rockbox

configure: Fix 'make reconf' when win64 sim builds are enabled

Change-Id: I9d3c23dee58cb3b4edce7bfcc0429500ffe23e58
This commit is contained in:
Solomon Peachy 2024-07-04 09:40:20 -04:00
parent 961f8a0f56
commit 30ef953393

2
tools/configure vendored
View file

@ -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