You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
531 B

  1. From b8a0598002fd08618d20cd1bbfb03559435241a8 Mon Sep 17 00:00:00 2001
  2. From: Moritz Warning <moritzwarning@web.de>
  3. Date: Thu, 4 May 2017 22:35:58 +0200
  4. Subject: [PATCH 2/2] pin target to linux
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/Makefile b/Makefile
  9. index 9511862..d5b0dfc 100644
  10. --- a/Makefile
  11. +++ b/Makefile
  12. @@ -1,6 +1,6 @@
  13. # Common makefile -- loads make rules for each platform
  14. -OSTYPE=$(shell uname -s)
  15. +OSTYPE=Linux
  16. ifeq ($(OSTYPE),Darwin)
  17. include make-mac.mk
  18. --
  19. 2.1.4