summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index d1ed70a461..895aca8025 100755
--- a/tools/configure
+++ b/tools/configure
@@ -223,6 +223,7 @@ simcc () {
223 LDOPTS='-lm' # button-sdl.c uses sqrt() 223 LDOPTS='-lm' # button-sdl.c uses sqrt()
224 sigaltstack="" 224 sigaltstack=""
225 fibers="" 225 fibers=""
226 endian="" # endianess of the dap doesnt matter here
226 227
227 # default output binary name, don't override app_get_platform() 228 # default output binary name, don't override app_get_platform()
228 if [ "$app_type" != "sdl-app" ]; then 229 if [ "$app_type" != "sdl-app" ]; then