Use the correct DGL namespace for extra windows build details
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
effc7d910e
commit
f1f7d968df
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue