mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Remove gcc
This commit is contained in:
parent
5ac13971e4
commit
46466ff494
@ -33,7 +33,7 @@ if [ "$BUILD_IOS" != "1" ]; then
|
|||||||
|
|
||||||
export LDFLAGS+=" -L$PWD/dummy_libs"
|
export LDFLAGS+=" -L$PWD/dummy_libs"
|
||||||
|
|
||||||
sudo apt -y install systemtap-sdt-dev gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libxtst-dev libxt-dev
|
sudo apt -y install systemtap-sdt-dev clang libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libxtst-dev libxt-dev
|
||||||
|
|
||||||
# Create dummy libraries so we won't have to remove them in OpenJDK makefiles
|
# Create dummy libraries so we won't have to remove them in OpenJDK makefiles
|
||||||
mkdir -p dummy_libs
|
mkdir -p dummy_libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user