Skip to content

Commit

Permalink
Replaced double-quotes with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jan 6, 2025
1 parent 18cb3b7 commit df8c44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ports/sdl2_mixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

deps = ['sdl2']
variants = {
'sdl2_mixer-mp3': {'SDL2_MIXER_FORMATS': ["mp3"]},
'sdl2_mixer-mp3': {'SDL2_MIXER_FORMATS': ['mp3']},
'sdl2_mixer-none': {'SDL2_MIXER_FORMATS': []},
'sdl2_mixer-mp3-mt': {'SDL2_MIXER_FORMATS': ["mp3"], 'PTHREADS': 1},
'sdl2_mixer-mp3-mt': {'SDL2_MIXER_FORMATS': ['mp3'], 'PTHREADS': 1},
'sdl2_mixer-none-mt': {'SDL2_MIXER_FORMATS': [], 'PTHREADS': 1},
}

Expand Down

0 comments on commit df8c44d

Please sign in to comment.