Closed KaoCC closed 2 years ago
orochi/latest/_/_/build/debe3a0b91aea0db454319631c42dc51e2d5ab85/source_subfolder/contrib/hipew/src/hipew.cpp:301:42: error: use of undeclared identifier 'hiprtc_paths'; did you mean 'hip_paths'?
hiprtc_lib = dynamic_library_open_find(hiprtc_paths);
^~~~~~~~~~~~
hip_paths
orochi/latest/_/_/build/debe3a0b91aea0db454319631c42dc51e2d5ab85/source_subfolder/contrib/hipew/src/hipew.cpp:270:15: note: 'hip_paths' declared here
const char *hip_paths[] = {"", NULL};
^
1 error generated.
Add missing path for Apple config in order to pass the compilation.