forked from len0rd/rockbox
configure: Fix 'make reconf' when win64 sim builds are enabled
Change-Id: I9d3c23dee58cb3b4edce7bfcc0429500ffe23e58
This commit is contained in:
parent
961f8a0f56
commit
30ef953393
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue