Skip to content

Commit a037c83

Browse files
AlexandraTrifanpcercuei
authored andcommitted
Distribution.xml: Make libiio.pkg installable without using Rosetta
On Apple Silicon, the installer will require Rosetta 2 when installing libiio unless the arch specifiers are added in the installer xml file. Signed-off-by: AlexandraTrifan <[email protected]>
1 parent 8eda862 commit a037c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distribution.xml.cmakein

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<installer-gui-script minSpecVersion="2" >
33
<title>Libiio</title>
4-
<options customize="never" rootVolumeOnly="true" />
4+
<options customize="never" rootVolumeOnly="true" hostArchitectures="i386,arm64"/>
55
<allowed-os-versions>
66
<os-version min="10.6.6" />
77
</allowed-os-versions>

0 commit comments

Comments
 (0)