Use the correct DGL namespace for extra windows build details

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-15 19:56:59 +02:00
parent effc7d910e
commit f1f7d968df
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -987,8 +987,8 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env win32; popd pushd deps/PawPaw; source local.env win32; popd
make carla-win32 -j $(nproc) make carla-win32 -j $(nproc)
make -C carla EMBED_TARGET=true TESTING=true dist make -C carla DGL_NAMESPACE=CardinalDGL 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
- name: Build win32 cross-compiled (packaging) - name: Build win32 cross-compiled (packaging)
if: steps.cache.outputs.cache-hit == 'true' if: steps.cache.outputs.cache-hit == 'true'
run: | run: |
@ -1083,8 +1083,8 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env win64; popd pushd deps/PawPaw; source local.env win64; popd
make carla-win32 -j $(nproc) make carla-win32 -j $(nproc)
make -C carla EMBED_TARGET=true TESTING=true dist make -C carla DGL_NAMESPACE=CardinalDGL 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
- name: Build win64 cross-compiled (packaging) - name: Build win64 cross-compiled (packaging)
if: steps.cache.outputs.cache-hit == 'true' if: steps.cache.outputs.cache-hit == 'true'
run: | run: |