Skip to content

Commit af69cb1

Browse files
author
christophe
committed
Fix macOS C.I.
1 parent c11bff7 commit af69cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gtc/gtc_type_aligned.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <glm/glm.hpp>
22

3-
#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !defined(GLM_FORCE_NEON)
3+
#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !(GLM_ARCH & GLM_ARCH_NEON_BIT) // Fail on Github macOS latest C.I.
44
#include <glm/gtc/type_aligned.hpp>
55
#include <glm/gtc/type_precision.hpp>
66
#include <glm/ext/scalar_relational.hpp>

0 commit comments

Comments
 (0)