aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/linux
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2019-05-10 11:32:08 -0700
committerLukas Rusak <lorusak@gmail.com>2019-05-23 09:10:35 -0700
commita1f8ba30f5a986d52179d5391bb57fc35680ed02 (patch)
tree34fce4d9019baf23945032662bd9e88469732bea /cmake/scripts/linux
parent15349b09d436007c0e4401fa17108abaf98cd37f (diff)
[cmake] remove _LINUX define
Diffstat (limited to 'cmake/scripts/linux')
-rw-r--r--cmake/scripts/linux/ArchSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake
index 30da42d7c4..61ad0158f1 100644
--- a/cmake/scripts/linux/ArchSetup.cmake
+++ b/cmake/scripts/linux/ArchSetup.cmake
@@ -1,5 +1,5 @@
# we always want to use GNU features if available, so set _GNU_SOURCE
-set(ARCH_DEFINES -D_LINUX -DTARGET_POSIX -DTARGET_LINUX -D_GNU_SOURCE)
+set(ARCH_DEFINES -DTARGET_POSIX -DTARGET_LINUX -D_GNU_SOURCE)
set(SYSTEM_DEFINES -D__STDC_CONSTANT_MACROS -D_FILE_OFFSET_BITS=64)
set(PLATFORM_DIR platform/linux)
set(CMAKE_SYSTEM_NAME Linux)