mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Private fields (#22189)
ZLS was tested manually and works with private fields (after restarting) Zig diff:d1a4e0b0dd..ebe0cdac31ZLS diff:15730e8e5d..3733f39c8dIncreases `zig build check` time by maybe 10ms? --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ else()
|
||||
unsupported(CMAKE_SYSTEM_NAME)
|
||||
endif()
|
||||
|
||||
set(ZIG_COMMIT "edc6229b1fafb1701a25fb4e17114cc756991546")
|
||||
set(ZIG_COMMIT "ebe0cdac3170b0462a39caff4d1d7252b608e98d")
|
||||
optionx(ZIG_TARGET STRING "The zig target to use" DEFAULT ${DEFAULT_ZIG_TARGET})
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
|
||||
Reference in New Issue
Block a user