mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 19:23:04 +00:00
x86_64 -> amd64 for debian
This commit is contained in:
parent
54a59efe1d
commit
0e7748974b
4
sys/debian/arch.mk
Normal file
4
sys/debian/arch.mk
Normal file
@ -0,0 +1,4 @@
|
||||
ARCH=$(shell uname -m)
|
||||
ifeq ($(ARCH),x86_64)
|
||||
ARCH=amd64
|
||||
endif
|
@ -4,6 +4,4 @@ PRIORITY=optional
|
||||
MAINTAINER=pancake <pancake@nopcode.org>
|
||||
|
||||
include ../../../config-user.mk
|
||||
ARCH=$(shell uname -m)
|
||||
#VERSION=0.10.0
|
||||
#ARCH=iphoneos-arm
|
||||
include ../arch.mk
|
||||
|
@ -4,6 +4,4 @@ PRIORITY=optional
|
||||
MAINTAINER=pancake <pancake@nopcode.org>
|
||||
|
||||
include ../../../config-user.mk
|
||||
ARCH=$(shell uname -m)
|
||||
#VERSION=0.10.0
|
||||
#ARCH=iphoneos-arm
|
||||
include ../arch.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user