blob: d1d0b81bb99c4f9d5c63c5494deef9a694e4db1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/Makefile.orig 2014-11-30 20:34:06.000000000 +0100
+++ lib/Makefile 2014-11-30 20:34:20.000000000 +0100
@@ -1,3 +1,7 @@
+ifeq ($(ARCH),amd64)
+ override ARCH = x86_64
+endif
+
TARGET = lib.a
LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o
|