Skip to content

Commit

Permalink
GLM Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
broxen authored Jan 7, 2019
1 parent 02138dc commit 73a496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd_party/glm/simd/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
# define GLM_COMPILER (GLM_COMPILER_GCC71)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 2)
# define GLM_COMPILER (GLM_COMPILER_GCC72)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 3)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ >= 3)
# define GLM_COMPILER (GLM_COMPILER_GCC72)
# elif (__GNUC__ >= 8)
# define GLM_COMPILER (GLM_COMPILER_GCC80)
Expand Down

0 comments on commit 73a496d

Please sign in to comment.