You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/03 16:33:44 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18840: MacOS nightly build broken

leezu edited a comment on issue #18840:
URL: https://github.com/apache/incubator-mxnet/issues/18840#issuecomment-668119673


   Actually it's changed to static linkage @szha:
   
   https://github.com/apache/incubator-mxnet/blob/51340d8f40721e03938e0021c6cbb557a44dd90e/CMakeLists.txt#L151-L157
   
   The problem is though that there is a `AND NOT APPLE` in the `if` condition. Need to move the static linkage option to a separate if clause.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org