On Windows platform, the cl.exe compiler is a part of MSVC installation and we 
need to run any command using cl in a enviroment prepared by Developer Command 
Prompt for VS. It configuraes the PATH and necessary envoriments like INCLUDES, 
LIB for cl to work in normal. 

This PR runs the `ninja build` command in the enviroment initialized through 
Developer Command Prompt for VS. 
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/tvm-ffi/pull/11

-- Commit Summary --

  * run the ninja build in msvc dev env on windows
  * format & lint

-- File Changes --

    M python/tvm_ffi/cpp/load_inline.py (63)
    M tests/python/test_load_inline.py (5)

-- Patch Links --

https://github.com/apache/tvm-ffi/pull/11.patch
https://github.com/apache/tvm-ffi/pull/11.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-ffi/pull/11
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm-ffi/pull/1...@github.com>

Reply via email to