Advertisement
gusibsd

Untitled

Aug 18th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/Kernel/cpu-z80/rules.mk b/Kernel/cpu-z80/rules.mk
  2. index 233197a..38fe2a6 100644
  3. --- a/Kernel/cpu-z80/rules.mk
  4. +++ b/Kernel/cpu-z80/rules.mk
  5. @@ -20,7 +20,7 @@ export BITS=16
  6. # to look in the usual places !)
  7. #
  8. ifeq ($(SDCC_LIB),)
  9. - ifeq ($(UNAME_S),Darwin)
  10. + ifeq ($(UNAME_S),$(filter $(UNAME_S),FreeBSD Darwin))
  11. export LIBZ80=/usr/local/share/sdcc/lib/$(CPU)
  12. else
  13. export LIBZ80=/usr/share/sdcc/lib/$(CPU)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement