commit 0ffc6b5cc300e750029c9ff22f6a1ed0596496d6 (tree)
parent 913393fd3b986dd262a8419341dced9ad5d9620d
Author: Andrew Kelley <andrew@ziglang.org>
Date: Mon, 12 Jul 2021 15:42:22 -0700
cmake: fix Liveness.zig file path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -597,7 +597,7 @@ set(ZIG_STAGE2_SOURCES
"${CMAKE_SOURCE_DIR}/src/link/tapi/yaml.zig"
"${CMAKE_SOURCE_DIR}/src/link/C/zig.h"
"${CMAKE_SOURCE_DIR}/src/link/msdos-stub.bin"
- "${CMAKE_SOURCE_DIR}/src/liveness.zig"
+ "${CMAKE_SOURCE_DIR}/src/Liveness.zig"
"${CMAKE_SOURCE_DIR}/src/main.zig"
"${CMAKE_SOURCE_DIR}/src/mingw.zig"
"${CMAKE_SOURCE_DIR}/src/musl.zig"