diff options
author | Patric Stout <truebrain@openttd.org> | 2018-04-29 19:01:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 19:01:28 +0200 |
commit | 0165fe128339733822cf56c6d230de4778bbad39 (patch) | |
tree | b770fcaa6d537e1cc60b75d12e08689e14b8342e /configure | |
parent | aef69443e766089b0d9ceaa2255959ee327396f0 (diff) | |
download | openttd-0165fe128339733822cf56c6d230de4778bbad39.tar.xz |
Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#6762)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ fi TTD="openttd$EXE" STRGEN="strgen$EXE" -ENDIAN_CHECK="endian_check$EXE" DEPEND="depend$EXE" SETTINGSGEN="settings_gen$EXE" |