Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 3f93751

Browse files
committed
Copy the PC files out of the docker image
1 parent 02c4a99 commit 3f93751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ start-nginx:
4343
docker cp $(DOCKER_IMAGE_NAME)-cont:/usr/local/lib/libjwt.a .
4444
docker cp $(DOCKER_IMAGE_NAME)-cont:/usr/local/lib/libjwt.la .
4545
docker cp $(DOCKER_IMAGE_NAME)-cont:/usr/local/lib/libjwt.so.0.7.0 .
46+
docker cp $(DOCKER_IMAGE_NAME)-cont:/usr/local/lib/pkgconfig/jansson.pc .
47+
docker cp $(DOCKER_IMAGE_NAME)-cont:/usr/local/lib/pkgconfig/libjwt.pc .
4648

4749
.PHONY: build-test-runner
4850
build-test-runner:

0 commit comments

Comments
 (0)