Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3b2d4c9

Browse files
committed
fix: build
1 parent 6e5862a commit 3b2d4c9

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.github/patches/linux/libvulkan.so

-3.41 MB
Binary file not shown.

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ARG CMAKE_EXTRA_FLAGS=""
4848
WORKDIR /app
4949

5050
# Copy source code
51-
COPY ./.github /app/.github
5251
COPY ./engine /app/engine
5352
COPY ./docs/static/openapi/cortex.json /app/docs/static/openapi/cortex.json
5453

engine/cli/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES
138138
)
139139

140140
if(UNIX AND NOT APPLE)
141-
configure_file("${PROJECT_SOURCE_DIR}/../../.github/patches/linux/libvulkan.so" "${CMAKE_BINARY_DIR}/libvulkan.so" COPYONLY)
141+
configure_file("${PROJECT_SOURCE_DIR}/../deps/linux/libvulkan.so" "${CMAKE_BINARY_DIR}/libvulkan.so" COPYONLY)
142142
elseif(MSVC)
143-
configure_file("${PROJECT_SOURCE_DIR}/../../.github/patches/windows/vulkan-1.dll" "${CMAKE_BINARY_DIR}/vulkan-1.dll" COPYONLY)
143+
configure_file("${PROJECT_SOURCE_DIR}/../deps/windows/vulkan-1.dll" "${CMAKE_BINARY_DIR}/vulkan-1.dll" COPYONLY)
144144
endif()
File renamed without changes.

0 commit comments

Comments
 (0)