This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ ARG CMAKE_EXTRA_FLAGS=""
4848WORKDIR /app
4949
5050# Copy source code
51- COPY ./.github /app/.github
5251COPY ./engine /app/engine
5352COPY ./docs/static/openapi/cortex.json /app/docs/static/openapi/cortex.json
5453
Original file line number Diff line number Diff line change 3232* .so
3333* .so. *
3434* .dylib
35+ ! ** /libvulkan.so
3536
3637# Executables
3738* .exe
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES
138138)
139139
140140if (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 )
142142elseif (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 )
144144endif ()
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments