Skip to content

Commit

Permalink
Force no OpenAL FX on Mac
Browse files Browse the repository at this point in the history
Not sure why this got removed, it used to be the default. Will come back to test/implement at a later date for mac!
Also, removed nuklear, since I'm not using it and GLFW only needed it for an example
  • Loading branch information
tek256 committed Jul 28, 2024
1 parent efc056f commit 5085980
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25,920 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ add_library(${PROJECT_NAME} STATIC)
target_sources(${PROJECT_NAME} PRIVATE ${sources})
target_sources(${PROJECT_NAME} PRIVATE ${PROJECT_SOURCE_DIR}/dep/nanovg/nanovg.c)

if(APPLE)
set(ASTERA_DISABLE_AUDIO_FX ON)
endif()

# Include headers
target_include_directories(${PROJECT_NAME}
PUBLIC
Expand Down
Loading

0 comments on commit 5085980

Please sign in to comment.