From c9c0a328dc087e5702b868cd6bec5d5e3a8b2bba Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 08:26:43 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 5217792..04edbfa 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -40,7 +40,7 @@ jobs: commands: | conan profile detect --force git submodule update --init --recursive - conan install . -o glfw/*:with_wayland=True -o glfw/*:with_x11=False with_wayland=True -o with_x11=False --output-folder=. --build=missing -s build_type=${BUILD_TYPE} + conan install . -o glfw/*:with_wayland=True -o glfw/*:with_x11=False --output-folder=. --build=missing -s build_type=${BUILD_TYPE} cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake echo ====== Building =============================