GPUOpen-LibrariesAndSDKs / Orochi

MIT License
204 stars 32 forks source link

Add missing path for Apple config. #34

Closed KaoCC closed 2 years ago

KaoCC commented 2 years ago

Add missing path for Apple config in order to pass the compilation.

KaoCC commented 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.