Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop-333 authored Oct 27, 2023
1 parent e8f01ad commit 80b9d2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ USE_VULKAN = 1
USE_OPENGL = 1
USE_OPENGL_API = 1
USE_VULKAN_API = 1
USE_RENDERER_DLOPEN = 1

ifndef USE_RENDERER_DLOPEN
USE_RENDERER_DLOPEN=0
endif

ifndef USE_SDL
USE_SDL=1
Expand Down Expand Up @@ -83,6 +86,7 @@ endif
-include Makefile.local

ifeq ($(COMPILE_PLATFORM),darwin)
USE_RENDERER_DLOPEN=1
USE_SDL=1
endif

Expand Down

0 comments on commit 80b9d2f

Please sign in to comment.