Browse Source

Use "-" instead of "_" in ARCH_NAME Makefile variable and package names.

tags/v2.2.0
Andrew Belt 2 years ago
parent
commit
b7251d7f7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch.mk

+ 1
- 1
arch.mk View File

@@ -23,4 +23,4 @@ else
$(error Could not determine operating system of $(MACHINE))
endif

ARCH_NAME := $(ARCH_OS)_$(ARCH_CPU)
ARCH_NAME := $(ARCH_OS)-$(ARCH_CPU)

Loading…
Cancel
Save