Skip to content

Commit

Permalink
What PATH is build-shared-object seeing?
Browse files Browse the repository at this point in the history
  • Loading branch information
jcflack committed Mar 7, 2025
1 parent 9b94103 commit ee62b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pljava-so/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
* building an extension, this is incorrect and must be removed.
*/
flags.remove("-DBUILDING_DLL");
System.err.println("PATH: " + java.lang.System.getenv().get("PATH"));
var compileProcess = utils.processBuilder(function(l) {
l.add(cc);
l.addAll(pgxs.formatDefines(defines));
Expand Down

0 comments on commit ee62b76

Please sign in to comment.