Skip to content

Commit e29693c

Browse files
committed
Correct exclusion path for JBLAS native libs
1 parent e79a7a6 commit e29693c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assembly/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
<artifact>org.jblas:jblas</artifact>
120120
<excludes>
121121
<!-- Linux amd64 is OK; not statically linked -->
122-
<exclude>lib/Linux/i386/**</exclude>
123-
<exclude>lib/Mac OS X/**</exclude>
124-
<exclude>lib/Windows/**</exclude>
122+
<exclude>lib/static/Linux/i386/**</exclude>
123+
<exclude>lib/static/Mac OS X/**</exclude>
124+
<exclude>lib/static/Windows/**</exclude>
125125
</excludes>
126126
</filter>
127127
</filters>

0 commit comments

Comments
 (0)