Glog upgrade breaks folly #4221
bobfang1992
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
try it again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
For folly it depends on glog:
xmake-repo/packages/f/folly/xmake.lua
Line 35 in a5e98db
But recently there is a new version of glog added:
https://github.com/xmake-io/xmake-repo/blame/a5e98dbb129971e21eef7e451846026690367c10/packages/g/glog/xmake.lua#L9
And this version is no longer compatible with folly.
I am wondering how I can fix this issue? I want force folly to use 0.6.0 if possible.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions