1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Revert "Fix #17068: Compiling on armel or mipsel requires -latomic flag (#17146)" (#17168)

This reverts commit 1699409392.
This commit is contained in:
Duncan
2022-05-07 08:14:43 +01:00
committed by GitHub
parent d09140aaed
commit 2b19b14d34
2 changed files with 0 additions and 6 deletions

View File

@@ -272,8 +272,3 @@ else ()
# Dummy target to ease invocation
add_custom_target(${PROJECT_NAME}-headers-check)
endif ()
# armel and mipsel builds need to explicitly link in libatomic
if (UNIX AND NOT APPLE)
target_link_libraries(${PROJECT_NAME} atomic)
endif()