Skip to content

Commit

Permalink
pg small fixes to build using make (#583)
Browse files Browse the repository at this point in the history
alerts cleanup, fix some warnings
  • Loading branch information
dimitre authored Nov 2, 2024
1 parent e9e9562 commit a742c1f
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 297 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
TARGET: ${{ matrix.cfg.target }}
steps:
- name: Install libunwind
run: sudo apt-get install libunwind-dev wget2
# - name: Install libunwind
# run: sudo apt-get install libunwind-dev wget2

- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion commandLine/config.make
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/events
PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/gl
PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/graphics
#PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/math
PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/types
#PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/types
PLATFORM_CORE_EXCLUSIONS += ../../../libs/openFrameworks/video

PLATFORM_CORE_EXCLUSIONS += ../../../libs/boost%
Expand Down
Loading

0 comments on commit a742c1f

Please sign in to comment.