Skip to content

Commit c0fed74

Browse files
author
Andre Bar'yudin
committed
AFFINITY-21: running Makefile should be cwd agnostic
1 parent 42a11eb commit c0fed74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

affinity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
<goal>exec</goal>
137137
</goals>
138138
<configuration>
139-
<executable>src/main/c/Makefile</executable>
140-
<workingDirectory>src/main/c</workingDirectory>
139+
<executable>${project.basedir}/${native.source.dir}/Makefile</executable>
140+
<workingDirectory>${project.basedir}/${native.source.dir}</workingDirectory>
141141
</configuration>
142142
</execution>
143143
</executions>

0 commit comments

Comments
 (0)