fixing run file and lib name on macos

This commit is contained in:
2023-12-12 13:27:19 +01:00
parent 56c11352bc
commit d2fb0e0e83
2 changed files with 9 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/12 13:00:48 by kbz_8 ### ########.fr #
# Updated: 2023/12/12 13:19:33 by kbz_8 ### ########.fr #
# #
# **************************************************************************** #
@@ -46,6 +46,7 @@ endif
ifeq ($(OS), Darwin)
LDLIBS += -L /opt/homebrew/lib -lSDL2
CXXFLAGS += -I /opt/homebrew/include
NAME = libmlx.dylib
endif
ifeq ($(DEBUG), true)