]> code.delx.au - refind/blobdiff - Make.common
Fixed no timeout with keyboard disconnected; better duplicate loader
[refind] / Make.common
index 2cf75b864202e6bd914a49d3e13a6d88646ab24a..0d994e598131655c0458b45de1d08528affeff5b 100644 (file)
@@ -4,9 +4,15 @@
 #
 
 EFIINC          = /usr/include/efi
-GNUEFILIB       = /usr/lib
-EFILIB          = /usr/lib
-EFICRT0         = /usr/lib
+GNUEFILIB       = /usr/lib64
+EFILIB          = /usr/lib64
+EFICRT0         = /usr/lib64
+
+# Comment out above and uncomment below if using locally-compiled GNU-EFI....
+#EFIINC          = /usr/local/include/efi
+#GNUEFILIB       = /usr/local/lib
+#EFILIB          = /usr/local/lib
+#EFICRT0         = /usr/local/lib
 
 HOSTARCH        = $(shell uname -m | sed s,i[3456789]86,ia32,)
 ARCH            := $(HOSTARCH)