Skip to content

Commit

Permalink
Fix the build flags for Haiku.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 3, 2024
1 parent 10d6dce commit 40b50d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: container-init & timeout 600 vmshell exit 0

- name: pkgman
run: 'vmshell pkgman install -y make lua5.1 bison flex'
run: 'vmshell pkgman install -y make lua5.1 bison flex gcc ninja'

- name: checkout
uses: 'actions/checkout@v3'
Expand All @@ -45,7 +45,7 @@ jobs:
tar -cf - ./ | vmshell tar -xf - -C ./src/
- name: build
run: vmshell make -C src LUA=lua5.1
run: vmshell make -C src LUA=lua5.1 CFLAGS=-g LDFLAGS=-s

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 40b50d1

Please sign in to comment.