mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 09:26:14 +01:00
Copy vgui.so to the base build directory to fix linking with it in github actions
This commit is contained in:
parent
ab853c99da
commit
852fc5abaa
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
||||
run: |
|
||||
schroot --chroot steamrt_scout_i386 -- cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build-vgui -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DUSE_VGUI=ON -DCMAKE_INSTALL_PREFIX="$PWD/dist-vgui"
|
||||
cp vgui_support/vgui-dev/lib/vgui.so build-vgui/cl_dll
|
||||
cp vgui_support/vgui-dev/lib/vgui.so build-vgui
|
||||
schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target all
|
||||
schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target install
|
||||
|
||||
|
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build/cl_dll
|
||||
cp vgui_support/vgui-dev/lib/vgui.so build/cl_dll
|
||||
cp vgui_support/vgui-dev/lib/vgui.so build
|
||||
- name: Build on Linux
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user