mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +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)
|
||||
|
||||
install:
|
||||
install: all
|
||||
copy $(SHLIB) "$(PKGLIBDIR)"
|
||||
copy $(EXTENSION).control "$(SHAREDIR)\extension"
|
||||
copy sql\$(EXTENSION)--*.sql "$(SHAREDIR)\extension"
|
||||
|
||||
Reference in New Issue
Block a user