From 7df0468b7528d5d7e8a8fec8d8e84ea3e7402868 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 27 Nov 2017 07:41:25 -0800 Subject: [PATCH] makefile: Fix typo in Haiku specific sections --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 2e6e0b9d..aa51612d 100644 --- a/makefile +++ b/makefile @@ -506,7 +506,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) ifneq (,$(call find_lib,SDL2)) ifneq (,$(findstring Haiku,$(OSTYPE))) ifneq (,$(shell which sdl2-config)) - SDL2_CONFIG = sdl2_config + SDL2_CONFIG = sdl2-config endif else SDL2_CONFIG = $(realpath $(dir $(call find_include,SDL2/SDL))../../bin/sdl2-config) @@ -529,7 +529,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) ifneq (,$(call find_lib,SDL)) ifneq (,$(findstring Haiku,$(OSTYPE))) ifneq (,$(shell which sdl-config)) - SDL_CONFIG = sdl_config + SDL_CONFIG = sdl-config endif else SDL_CONFIG = $(realpath $(dir $(call find_include,SDL/SDL))../../bin/sdl-config)