Skip to content

Commit

Permalink
mac-mono: fix x64arm64/x64ARM64 case issue (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm174 authored Feb 28, 2022
1 parent 8c75aab commit 5ed49c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/ubuntu/editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ RUN echo "$version-$module" | grep -q -v '^\(2018\|2019\|2020.1\).*webgl' \
$UNITY_PATH/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Brotli/dist/Brotli-0.4.0-py2.7-linux-x86_64.egg \
$UNITY_PATH/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Brotli/dist/Brotli-0.4.0-py2.7-macosx-10.10-x86_64.egg

#=======================================================================================
# [2021.x-mac-mono] x64arm64/x64ARM64 case issue https://github.com/game-ci/unity-builder/issues/320
#=======================================================================================
RUN echo "$version-$module" | grep -q -v '^2021.*mac-mono' \
&& exit 0 \
|| : \
&& ln -s \
$UNITY_PATH/Editor/Data/PlaybackEngines/MacStandaloneSupport/Variations/macos_x64arm64_player_nondevelopment_mono \
$UNITY_PATH/Editor/Data/PlaybackEngines/MacStandaloneSupport/Variations/macos_x64ARM64_player_nondevelopment_mono

#=======================================================================================
# [2021.x-linux-il2cpp] lld
#=======================================================================================
Expand Down

0 comments on commit 5ed49c7

Please sign in to comment.