Skip to content

Commit

Permalink
Comment out sdl2dll
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 6, 2025
1 parent 235ec88 commit 7ec1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ a = Analysis(
("src/tauon/theme", "theme"),
("src/tauon/templates", "templates"),
# This could only have SDL2.framework and SDL2_image.framework to save space...
(f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2.framework", "sdl2dll/dll/SDL2.framework"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2_image.framework", "sdl2dll/dll/SDL2_image.framework"),
],
Expand Down

0 comments on commit 7ec1e86

Please sign in to comment.