mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Don't install zig_cpp lib for stage2 target
Missed in last commit. See #2220.
This commit is contained in:
parent
7bbc8eb16c
commit
40fe6afdad
@ -6650,7 +6650,6 @@ add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})
|
||||
set_target_properties(zig_cpp PROPERTIES
|
||||
COMPILE_FLAGS ${EXE_CFLAGS}
|
||||
)
|
||||
install(TARGETS zig_cpp DESTINATION "${ZIG_CPP_LIB_DIR}")
|
||||
|
||||
add_library(opt_c_util STATIC ${OPTIMIZED_C_SOURCES})
|
||||
set_target_properties(opt_c_util PROPERTIES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user