diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-05-18 16:30:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:01:31 -0500 |
commit | ea7284ce992c376767d91b9c94e49aad362cefa7 (patch) | |
tree | 29ef273c06f3585370e7d31b43caf94eb7469224 /games/RetroArch | |
parent | cdac543ea7223f8f978da7cd993542e1c8750269 (diff) | |
download | slackbuilds-ea7284ce992c376767d91b9c94e49aad362cefa7.tar.gz |
games/RetroArch: Force building with clang.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/RetroArch')
-rw-r--r-- | games/RetroArch/RetroArch.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 256833c35a..e7d842eeef 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -141,6 +141,9 @@ patch -p1 < $CWD/gles.patch # Set $lib to a portable array eval "set -- $lib" +export CC=clang +export CXX=clang++ + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |