mirror of
https://github.com/simh/simh.git
synced 2026-04-26 12:07:16 +00:00
makefile: Fix typo in Haiku specific sections
This commit is contained in:
4
makefile
4
makefile
@@ -506,7 +506,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||||||
ifneq (,$(call find_lib,SDL2))
|
ifneq (,$(call find_lib,SDL2))
|
||||||
ifneq (,$(findstring Haiku,$(OSTYPE)))
|
ifneq (,$(findstring Haiku,$(OSTYPE)))
|
||||||
ifneq (,$(shell which sdl2-config))
|
ifneq (,$(shell which sdl2-config))
|
||||||
SDL2_CONFIG = sdl2_config
|
SDL2_CONFIG = sdl2-config
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
SDL2_CONFIG = $(realpath $(dir $(call find_include,SDL2/SDL))../../bin/sdl2-config)
|
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 (,$(call find_lib,SDL))
|
||||||
ifneq (,$(findstring Haiku,$(OSTYPE)))
|
ifneq (,$(findstring Haiku,$(OSTYPE)))
|
||||||
ifneq (,$(shell which sdl-config))
|
ifneq (,$(shell which sdl-config))
|
||||||
SDL_CONFIG = sdl_config
|
SDL_CONFIG = sdl-config
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
SDL_CONFIG = $(realpath $(dir $(call find_include,SDL/SDL))../../bin/sdl-config)
|
SDL_CONFIG = $(realpath $(dir $(call find_include,SDL/SDL))../../bin/sdl-config)
|
||||||
|
|||||||
Reference in New Issue
Block a user