aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-05-27 19:25:58 -0400
committerGitHub <noreply@github.com>2019-05-27 19:25:58 -0400
commitf68d8060ec2c65e3062007348c0e331ffbe86f37 (patch)
tree149eef2c891e592849c1fc52e0ad9a145db35a72 /CMakeLists.txt
parent6a56091213a48118c8c61c0683466f0ffadf6b55 (diff)
parentd110818cfe96b8038e02d49122d42070d6059197 (diff)
downloadzig-f68d8060ec2c65e3062007348c0e331ffbe86f37.tar.gz
zig-f68d8060ec2c65e3062007348c0e331ffbe86f37.zip
Merge pull request #2526 from LemonBoy/arch-format-osx
Build archives using the K_DARWIN format when targeting osx
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48fd6513a4..985216ed7b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6714,8 +6714,6 @@ target_link_libraries(zig0 compiler)
if(WIN32)
set(LIBUSERLAND "${CMAKE_BINARY_DIR}/userland.lib")
-elseif(APPLE)
- set(LIBUSERLAND "${CMAKE_BINARY_DIR}/userland.o")
else()
set(LIBUSERLAND "${CMAKE_BINARY_DIR}/libuserland.a")
endif()