mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
games-engines/xsystem4: workaround cglm memory alignment issue
Signed-off-by: hautist <lookatnadeko@protonmail.com>
This commit is contained in:
@@ -69,6 +69,10 @@ src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature debug debugger)
|
||||
$(meson_feature gles2 opengles)
|
||||
|
||||
# Workaround for unaligned memory access with cglm+AVX
|
||||
# See: https://github.com/nunuhara/xsystem4/issues/XXX
|
||||
-Dc_args="-DCGLM_ALL_UNALIGNED"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
@@ -50,6 +50,10 @@ src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature debug debugger)
|
||||
$(meson_feature gles2 opengles)
|
||||
|
||||
# Workaround for unaligned memory access with cglm+AVX
|
||||
# See: https://github.com/nunuhara/xsystem4/issues/XXX
|
||||
-Dc_args="-DCGLM_ALL_UNALIGNED"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
|
||||
Reference in New Issue
Block a user