fuck SDL_main on windows

This commit is contained in:
2023-12-31 01:14:17 +01:00
parent 5f04c34aa0
commit 075a8718de
2 changed files with 6 additions and 4 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:38:08 by kbz_8 ### ########.fr #
# Updated: 2023/12/31 01:09:30 by maldavid ### ########.fr #
# #
# **************************************************************************** #
@@ -31,7 +31,7 @@ MODE = "release"
CXX = clang++
CXXFLAGS = -std=c++17 -O3 -fPIC -Wall -Wextra -Werror
CXXFLAGS = -std=c++17 -O3 -fPIC -Wall -Wextra -Werror -DSDL_MAIN_HANDLED
INCLUDES = -I./includes -I./src -I./third_party
LDLIBS =