Browse Source

Use the correct DGL namespace for extra windows build details

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.07
falkTX 2 years ago
parent
commit
f1f7d968df
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/build.yml

+ 4
- 4
.github/workflows/build.yml View File

@@ -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: |


Loading…
Cancel
Save