Add --with-toolchain-type=clang

This commit is contained in:
Tran Khanh Duy 2020-09-14 13:28:04 +07:00 committed by GitHub
parent d61a274de1
commit d3706b6b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ bash ./configure \
--with-debug-level=release \
--with-freetype-lib=$FREETYPE_DIR/lib \
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
--with-toolchain-type=clang \
--x-includes=/usr/include \
--x-libraries=/usr/lib \
|| error_code=$?