1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

fix multilib complaints on gentoo

This commit is contained in:
mehlon 2020-01-28 21:39:16 +00:00
parent d16deca449
commit 692296ca81

View file

@ -1,4 +1,11 @@
MACHINE := $(shell uname -m)
ifeq ($(MACHINE), x86_64)
libdir = ${PREFIX}/lib64
endif
ifeq ($(MACHINE), i686)
libdir = ${PREFIX}/lib
endif
INSTALL = install
LIBS = libpsyc.a libpsyc.so