Skip to content

Commit

Permalink
Un-fuck things
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed May 29, 2024
1 parent bc1608b commit 9d191eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ main_source = files(

global_sources += main_source

audio_source = [
audio_source = files(
'audio/alstream.cpp',
'audio/audio.cpp',
'audio/audiostream.cpp',
Expand All @@ -206,7 +206,7 @@ audio_source = [
'audio/sdlsoundsource.cpp',
'audio/soundemitter.cpp',
'audio/vorbissource.cpp',
]
)

if disable_openal == false
global_sources += audio_source
Expand Down

0 comments on commit 9d191eb

Please sign in to comment.