Skip to content

Commit ee62b76

Browse files
committed
What PATH is build-shared-object seeing?
1 parent 9b94103 commit ee62b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pljava-so/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
* building an extension, this is incorrect and must be removed.
233233
*/
234234
flags.remove("-DBUILDING_DLL");
235-
235+
System.err.println("PATH: " + java.lang.System.getenv().get("PATH"));
236236
var compileProcess = utils.processBuilder(function(l) {
237237
l.add(cc);
238238
l.addAll(pgxs.formatDefines(defines));

0 commit comments

Comments
 (0)