Browse Source

Make arch.mk error more verbose

tags/v0.6.1
Andrew Belt 6 years ago
parent
commit
fdc8d50f39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch.mk

+ 1
- 1
arch.mk View File

@@ -16,5 +16,5 @@ else ifneq (, $(findstring linux, $(MACHINE)))
ARCH_LIN := 1
ARCH := lin
else
$(error Could not determine architecture. Try hacking around in arch.mk)
$(error Could not determine architecture of $(MACHINE). Try hacking around in arch.mk)
endif

Loading…
Cancel
Save