You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)