diff --git a/Makefile b/Makefile index d0636d51..b9295d4a 100644 --- a/Makefile +++ b/Makefile @@ -66,16 +66,16 @@ else endif ifndef HOST_PLATFORM - $(error We couldn\'t detect your host platform) +$(error We couldn\'t detect your host platform) endif ifndef HOST_ARCH - $(error We couldn\'t detect your host architecture) +$(error We couldn\'t detect your host architecture) endif TARGET_PLATFORM = $(HOST_PLATFORM) ifneq ($(TARGET_PLATFORM),$(HOST_PLATFORM)) - $(error We don\'t support cross-platform builds yet) +$(error We don\'t support cross-platform builds yet) endif # Default to host architecture. You can override by doing: