Closed
Description
Can I do the same as --with-data-copy
by setting an environment variable rather than a configure flag?
When building thousands of packages, in a complex pipeline, it is very tricky to customize the build commands for individual packages. But we can easily set global environment variables on the build server.
I am already setting PROJ_LIB
but from what I understand, there is no variable that does the equivalent of --with-data-copy
? I was first assuming that --with-data-copy=yes
was implicit when static linking but I see that is not the case. cf: #1583 (comment)
Metadata
Metadata
Assignees
Labels
No labels