mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Always build test plugins in simulators
Change-Id: I13094bfbed9fe05a48b4e81759978d112e19f48b
This commit is contained in:
parent
9ad50ade17
commit
b4ca244af2
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -875,7 +875,7 @@ whichadvanced () {
|
|||
fi
|
||||
if [ "yes" = "$simulator" ]; then
|
||||
debug="-DDEBUG"
|
||||
extradefines="$extradefines -DSIMULATOR"
|
||||
extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS"
|
||||
archosrom=""
|
||||
flash=""
|
||||
fi
|
||||
|
|
@ -3562,7 +3562,7 @@ fi
|
|||
fi
|
||||
debug="-DDEBUG"
|
||||
simulator="yes"
|
||||
extradefines="$extradefines -DSIMULATOR"
|
||||
extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS"
|
||||
archosrom=""
|
||||
flash=""
|
||||
echo "Simulator build selected"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue