1
0
Fork 0
mirror of https://github.com/Lime3DS/Lime3DS synced 2025-01-09 13:43:27 +00:00

Removed redundant comment

Both Linux versions are now built with Clang
This commit is contained in:
OpenSauce04 2024-04-21 10:44:59 +01:00
parent 5cae96f72e
commit 59de658af9

View file

@ -1,7 +1,6 @@
#!/bin/bash -ex
if [ "$TARGET" = "appimage" ]; then
# Compile the AppImage we distribute with Clang.
export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld)
else
# For the linux-fresh verification target, verify compilation without PCH as well.