fix makefile
This commit is contained in:
parent
4fcc42ec01
commit
498baf6a5c
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ build: build-src build-bin
|
|||||||
build-src:
|
build-src:
|
||||||
mkdir -p $(SRC); \
|
mkdir -p $(SRC); \
|
||||||
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \
|
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \
|
||||||
grep -rlI 'Box<Error>' source/src/ | xargs sed -i 's/Box<Error>/Box<dyn Error>/g'
|
grep -rlI 'Box<Error>' $(SRC)/src/ | xargs sed -i 's/Box<Error>/Box<dyn Error>/g'
|
||||||
|
|
||||||
.PHONY: build-bin
|
.PHONY: build-bin
|
||||||
build-bin:
|
build-bin:
|
||||||
|
Reference in New Issue
Block a user