Skip to content

Commit 7092cb9

Browse files
committed
fix aarch64 install
1 parent c5c3b1d commit 7092cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RCaNconstructor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@
387387
<activation>
388388
<os>
389389
<family>mac</family>
390-
<arch>x64</arch>
391-
<!--<arch>aarch64</arch>-->
390+
<!--<arch>x64</arch>-->
391+
<arch>aarch64</arch>
392392
</os>
393393
</activation>
394394
<properties>

0 commit comments

Comments
 (0)