0cbe278 spec: Pass compiler to make

Authored and Committed by tbaeder 4 years ago
1 file changed. 2 lines added. 0 lines removed.
    spec: Pass compiler to make
    
    tbb's build system already can handle different compiles such as gcc,
    clang and icc. However, to pick the correct build definitions, it needs
    to be told what compiler to use. Setting CC to that value does not
    suffice and the 'compiler' variable needs to be passed to make.
    
        
file modified
+2 -0