Skip to content

Commit b57484a

Browse files
committed
Override target platform environment for mac
1 parent 0b32719 commit b57484a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,21 @@
479479
</os>
480480
</activation>
481481
<build>
482+
<plugins>
483+
<plugin>
484+
<groupId>org.eclipse.tycho</groupId>
485+
<artifactId>target-platform-configuration</artifactId>
486+
<configuration>
487+
<environments>
488+
<environment>
489+
<os>macosx</os>
490+
<ws>cocoa</ws>
491+
<arch>x86_64</arch>
492+
</environment>
493+
</environments>
494+
</configuration>
495+
</plugin>
496+
</plugins>
482497
<pluginManagement>
483498
<plugins>
484499
<plugin>

0 commit comments

Comments
 (0)