Fix: Use more selectivity when building SSE specific code

See: https://github.com/OpenTTD/OpenTTD/issues/9935

(cherry picked from commit c3f55d53405af04bfe928d9e1a815e06c187ca50)
This commit is contained in:
glx22
2022-06-30 01:42:36 +02:00
committed by Jonathan G Rennison
parent 432717b21d
commit 44e3b05c50
12 changed files with 39 additions and 24 deletions

View File

@@ -16,6 +16,10 @@
#define SSE_VERSION 2
#endif
#ifndef SSE_TARGET
#define SSE_TARGET "sse2"
#endif
#ifndef FULL_ANIMATION
#define FULL_ANIMATION 0
#endif