View Single Post
Sappykun
Member
Join Date: Nov 2019
Old 05-16-2021 , 12:08   Re: How do I tell AMBuild to compile with Clang instead of GCC?
Reply With Quote #3

Quote:
Originally Posted by asherkin View Post
AMBuild uses the standard CC and CXX environment variables to select a compiler.

Code:
CC=clang CXX=clang++ python ../configure.py --sdks=l4d2,tf2
This worked perfectly. Thank you!
Sappykun is offline