mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Fixed installation when make is not run before make install on Windows [skip ci]
This commit is contained in:
@@ -51,7 +51,7 @@ $(SHLIB): $(OBJS)
|
|||||||
|
|
||||||
all: $(SHLIB)
|
all: $(SHLIB)
|
||||||
|
|
||||||
install:
|
install: all
|
||||||
copy $(SHLIB) "$(PKGLIBDIR)"
|
copy $(SHLIB) "$(PKGLIBDIR)"
|
||||||
copy $(EXTENSION).control "$(SHAREDIR)\extension"
|
copy $(EXTENSION).control "$(SHAREDIR)\extension"
|
||||||
copy sql\$(EXTENSION)--*.sql "$(SHAREDIR)\extension"
|
copy sql\$(EXTENSION)--*.sql "$(SHAREDIR)\extension"
|
||||||
|
|||||||
Reference in New Issue
Block a user