Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vb216 committed Mar 8, 2016
2 parents fcb9ee1 + 40256f4 commit 3f82bbc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions flycapture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@
<javacpp.parser.skip>false</javacpp.parser.skip>
</properties>
</profile>
<profile>
<id>linux-armhf</id>
<activation>
<property>
<name>platform</name>
<value>linux-armhf</value>
</property>
</activation>
<properties>
<javacpp.parser.skip>true</javacpp.parser.skip>
<javacpp.compiler.skip>true</javacpp.compiler.skip>
</properties>
</profile>
</profiles>

</project>

0 comments on commit 3f82bbc

Please sign in to comment.