fix: using the linker for generating a .o file is a feature for only GNU ld.

Now utilising a process to generate a .c file using `xxd`, and compiling
those to object files.
This commit is contained in:
2025-09-15 11:04:04 +02:00
parent 3a7709c392
commit f20171c0d7
3 changed files with 18 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev cmake
sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev cmake xxd
- uses: actions/cache@v4
with: