fxing macos libraries location issue

This commit is contained in:
2023-12-12 13:08:00 +01:00
parent f34161fa81
commit e297b8a05a
3 changed files with 97 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
# By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/10/04 16:43:41 by maldavid #+# #+# #
# Updated: 2023/12/10 23:15:03 by kbz_8 ### ########.fr #
# Updated: 2023/12/12 13:00:48 by kbz_8 ### ########.fr #
# #
# **************************************************************************** #
@@ -44,7 +44,8 @@ else
endif
ifeq ($(OS), Darwin)
LDLIBS += -lSDL2
LDLIBS += -L /opt/homebrew/lib -lSDL2
CXXFLAGS += -I /opt/homebrew/include
endif
ifeq ($(DEBUG), true)