From f1f7d968df2dadec2a8025f971436249e230252a Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 15 Apr 2023 19:56:59 +0200 Subject: [PATCH] Use the correct DGL namespace for extra windows build details Signed-off-by: falkTX --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c64bc5..b42a361 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -987,8 +987,8 @@ jobs: export PATH="/usr/lib/ccache:${PATH}" pushd deps/PawPaw; source local.env win32; popd make carla-win32 -j $(nproc) - make -C carla EMBED_TARGET=true TESTING=true dist - make -C carla EMBED_TARGET=true TESTING=true dist + make -C carla DGL_NAMESPACE=CardinalDGL EMBED_TARGET=true TESTING=true dist + make -C carla DGL_NAMESPACE=CardinalDGL EMBED_TARGET=true TESTING=true dist - name: Build win32 cross-compiled (packaging) if: steps.cache.outputs.cache-hit == 'true' run: | @@ -1083,8 +1083,8 @@ jobs: export PATH="/usr/lib/ccache:${PATH}" pushd deps/PawPaw; source local.env win64; popd make carla-win32 -j $(nproc) - make -C carla EMBED_TARGET=true TESTING=true dist - make -C carla EMBED_TARGET=true TESTING=true dist + make -C carla DGL_NAMESPACE=CardinalDGL EMBED_TARGET=true TESTING=true dist + make -C carla DGL_NAMESPACE=CardinalDGL EMBED_TARGET=true TESTING=true dist - name: Build win64 cross-compiled (packaging) if: steps.cache.outputs.cache-hit == 'true' run: |