Skip to content

Commit

Permalink
fix: add extra dependencies for 2021.x-linux-il2cpp (lld) (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: mob-sakai <[email protected]>
  • Loading branch information
jsteinich and mob-sakai authored Apr 21, 2021
1 parent 39d3104 commit 47c7a39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,13 @@ RUN [ `echo $version-$module | grep -v '^\(2018\|2019\|2020.1\).*-webgl'` ] && e
&& cp \
$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-linux-il2cpp] lld
#=======================================================================================
RUN [ `echo $version-$module | grep -v '^2021.*-linux-il2cpp'` ] && exit 0 || : \
&& apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
lld \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 47c7a39

Please sign in to comment.