Skip to content

Commit f935448

Browse files
authored
Fix #7874 : [MSYS2] remove GLM from PKGCONFIG libs (#7885)
As of GLM 1.0, .pc file not provided anymore. However, it was referencing standard include path. Should work also with previous version of GLM.
1 parent cdb8275 commit f935448

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libs/openFrameworksCompiled/project/msys2/config.msys2.default.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ PLATFORM_PKG_CONFIG_LIBRARIES += openssl
248248
PLATFORM_PKG_CONFIG_LIBRARIES += freetype2
249249
PLATFORM_PKG_CONFIG_LIBRARIES += glew
250250
PLATFORM_PKG_CONFIG_LIBRARIES += glfw3
251-
PLATFORM_PKG_CONFIG_LIBRARIES += glm
252251
#PLATFORM_PKG_CONFIG_LIBRARIES += gstreamer-1.0
253252
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl
254253
PLATFORM_PKG_CONFIG_LIBRARIES += liburiparser

0 commit comments

Comments
 (0)