diff options
Diffstat (limited to 'recipes/openttd/openttd.inc')
-rw-r--r-- | recipes/openttd/openttd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openttd/openttd.inc b/recipes/openttd/openttd.inc index e9bb8c367e..b1a5e956d7 100644 --- a/recipes/openttd/openttd.inc +++ b/recipes/openttd/openttd.inc @@ -26,7 +26,7 @@ do_configure() { --host=${TARGET_SYS} \ --windres=${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \ --os=UNIX \ - --endian=${SITEINFO_ENDIANNESS} \ + --endian=${SITEINFO_ENDIANESS} \ --prefix-dir=${prefix} \ --binary-dir=bin \ --with-midi=/bin/true \ |