mirror of https://github.com/citusdata/citus.git
Use DLSUFFIX for different build platform
parent
6ea565d8f0
commit
3ec4df9d3d
|
@ -37,7 +37,7 @@ all:
|
|||
NO_PGXS = 1
|
||||
|
||||
SHLIB_LINK = $(libpq)
|
||||
SHLIB_LINK_INTERNAL += -L../columnar -l:citus_columnar.so
|
||||
SHLIB_LINK_INTERNAL += -L../columnar -l:citus_columnar$(DLSUFFIX)
|
||||
override enable_rpath = yes
|
||||
include $(citus_top_builddir)/Makefile.global
|
||||
|
||||
|
|
Loading…
Reference in New Issue