Skip to content

Commit

Permalink
fix: Change MacOS library path in button.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtiendung1201 committed Aug 28, 2024
1 parent 1f69119 commit 4d9baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _BUTTON_H

// SDL libraries
#if defined(_WIN64) || defined(_WIN32)
#if defined(_WIN64) || defined(_WIN32) || defined(__APPLE__)
#include <SDL.h>
#include <SDL_ttf.h>
#else
Expand Down

0 comments on commit 4d9baeb

Please sign in to comment.