You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify cc so it works in windows with MinGW #6423 (#6429)
* cc.R:
- add WIN32 define (-DWIN32) as -c99 do not definie it
- in windows replace `system()` with `shell()`
- in windows data_table.dll instead of data_table.so (dyn.load())
* Update cc.R
* Update cc.R
* Apply suggestions from code review
Co-authored-by: Michael Chirico <[email protected]>
* Update .dev/cc.R
Co-authored-by: Michael Chirico <[email protected]>
* use dt_object
* make log clearer
* make OMP clearer, use R"()" in other branch too
---------
Co-authored-by: Michael Chirico <[email protected]>
0 commit comments