mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/glslang: Disable PCH
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
@@ -28,3 +28,10 @@ BDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
# Bug 698850
|
||||
RESTRICT="test"
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_PRECOMPILE_HEADERS=1
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -28,3 +28,10 @@ BDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
# Bug 698850
|
||||
RESTRICT="test"
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_PRECOMPILE_HEADERS=1
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user