diff options
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.9.3.ebuild b/dev-qt/qtcore/qtcore-5.9.3.ebuild index 925398f8..6c0b59ff 100644 --- a/dev-qt/qtcore/qtcore-5.9.3.ebuild +++ b/dev-qt/qtcore/qtcore-5.9.3.ebuild @@ -53,7 +53,7 @@ src_configure() { $(qt_use icu) $(qt_use !icu iconv) $(qt_use systemd journald) - $(usex libcxx "-platform linux-clang-libc++") + $(if use libcxx ; then echo "-platform linux-clang-libc++" ; fi) ) qt5-build_src_configure } |