1
0
mirror of synced 2024-11-27 17:00:53 +01:00

Still fucking stupid

This commit is contained in:
BroGamer 2022-08-16 02:28:18 +12:00
parent 2903551af5
commit 409b70e684

View File

@ -36,7 +36,7 @@ ${TARGET}/%.o: %.cpp
.PHONY: SDL
SDL:
@mkdir -p SDL/${SDL_TARGET}
@#cd SDL/${SDL_TARGET} && ../configure --build=x86_64-linux-gnu --host=${SDL_TARGET} --disable-sdl2-config --disable-shared --enable-assertions=release --enable-directx --enable-haptic
@cd SDL/${SDL_TARGET} && ../configure --build=x86_64-linux-gnu --host=${SDL_TARGET} --disable-sdl2-config --disable-shared --enable-assertions=release --enable-directx --enable-haptic
@make -s -C SDL/${SDL_TARGET}
.PHONY: ${OUT}