summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2013-06-13 18:42:29 +0200
committerRafaël Carré <funman@videolan.org>2013-06-13 18:42:29 +0200
commitb4ca244af29f31eda57fdc5cd5467d9ed4f5ed6a (patch)
treed67c97f60ff69f7958ab86490c614e869e20e0cb /tools
parent9ad50ade1758ec496fc7d958ca5352bc1134c173 (diff)
downloadrockbox-b4ca244af29f31eda57fdc5cd5467d9ed4f5ed6a.tar.gz
rockbox-b4ca244af29f31eda57fdc5cd5467d9ed4f5ed6a.zip
Always build test plugins in simulators
Change-Id: I13094bfbed9fe05a48b4e81759978d112e19f48b
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index efa9c333c3..e3a2e3d37d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -875,7 +875,7 @@ whichadvanced () {
875 fi 875 fi
876 if [ "yes" = "$simulator" ]; then 876 if [ "yes" = "$simulator" ]; then
877 debug="-DDEBUG" 877 debug="-DDEBUG"
878 extradefines="$extradefines -DSIMULATOR" 878 extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS"
879 archosrom="" 879 archosrom=""
880 flash="" 880 flash=""
881 fi 881 fi
@@ -3562,7 +3562,7 @@ fi
3562 fi 3562 fi
3563 debug="-DDEBUG" 3563 debug="-DDEBUG"
3564 simulator="yes" 3564 simulator="yes"
3565 extradefines="$extradefines -DSIMULATOR" 3565 extradefines="$extradefines -DSIMULATOR -DHAVE_TEST_PLUGINS"
3566 archosrom="" 3566 archosrom=""
3567 flash="" 3567 flash=""
3568 echo "Simulator build selected" 3568 echo "Simulator build selected"