X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=make%2FSDL2.mk;h=387d6a8684174b4305ac9d9b9cede9dd55b4477f;hp=2b85c1d7fc37fb6794431464895bc08a1a640851;hb=3d03d8941abeb2a78f3334098a7bd09285023da8;hpb=cc4724ed8e52fd6de475f869c5e65ba0d9c82f03 diff --git a/make/SDL2.mk b/make/SDL2.mk index 2b85c1d..387d6a8 100644 --- a/make/SDL2.mk +++ b/make/SDL2.mk @@ -9,9 +9,8 @@ HGADDR := https://hg.libsdl.org/SDL # No autogen for SDL undefine AUTOGEN -# Ensure we have our other libraries, and their associated -# accutrements (like jpeg/tiff, etc from SDL2_image) LIBDEPS := SDL2_image SDL2_ttf SDL2_net +LINK_ORDER := # Modifications to the build process when using specific compilers define emccMOD = $(eval CONFIGURE += --enable-joystick=no)