Skip to content

Commit 6df9fca

Browse files
authored
Merge pull request #941 from Unity-Technologies/unity-master-disable-shm-osx
Avoid access to /dev/shm on OSX (case 1035654) case 1035654 - Fix Mac App store submission failures due to access of /dev/shm
2 parents 826457f + d3260de commit 6df9fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/buildscripts/build.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@
12051205

12061206
# Need to define because Apple's SIP gets in the way of us telling mono where to find this
12071207
push @configureparams, "--with-libgdiplus=$addtoresultsdistdir/lib/libgdiplus.dylib";
1208+
push @configureparams, "--enable-minimal=shared_perfcounters";
12081209

12091210
print "\n";
12101211
print ">>> Setting environment:\n";

0 commit comments

Comments
 (0)