Skip to content

Commit

Permalink
Bugfix 3 / g++-11 > g++
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed May 13, 2024
1 parent bcdda93 commit b314196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build and run CATCH2 tests
run: |
make -C client/mumble-plugin/ CC=g++-11 test
make -C client/mumble-plugin/ test
- name: Build Plugin
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Build and run CATCH2 tests
run: |
make -C client/mumble-plugin/ DEBUG+="-g3 -Og -DDEBUG" CC=g++-11 test
make -C client/mumble-plugin/ DEBUG+="-g3 -Og -DDEBUG" test
- name: Build Plugin
run: |
Expand Down
2 changes: 1 addition & 1 deletion client/mumble-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ plugin-win-dllresource:
$(mingwprefix)windres dllResource.rc dllResource.o

# shortcut for building natively on macOS
plugin-macOS: CC=g++-11
plugin-macOS: CC=g++
plugin-macOS: outname=fgcom-mumble-macOS.bundle
plugin-macOS: openssl-macOS
make CC=$(CC) outname=$(outname) plugin
Expand Down

0 comments on commit b314196

Please sign in to comment.