areusch opened a new pull request #6524:
URL: https://github.com/apache/incubator-tvm/pull/6524


    * previously, building from scratch would fail with Unix Makefiles
      due to cmake limitation
   
   thanks @hogepodge for reporting this bug: when USE_MICRO is on and cmake 
generator is Unix Makefiles, tvm builds fail with:
   ```
   make[2]: *** No rule to make target 
`host_standalone_crt/libutvm_rpc_common.a', needed by `libtvm_runtime.dylib'.  
Stop.`
   ```
   
   This PR fixes that bug.
   
   cc @tqchen 


----------------------------------------------------------------
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:
[email protected]


Reply via email to