Skip to content

Commit

Permalink
use SHLIB_EXT
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors authored Nov 17, 2024
1 parent 0f31ea0 commit fdd8fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
configopts = '-DPMT_BUILD_RAPL=1 -DPMT_BUILD_NVML=1 -DPMT_BUILD_NVIDIA=1'

sanity_check_paths = {
'files': ["lib/libpmt.so", "include/pmt/NVIDIA.h", "include/pmt/Rapl.h", "include/pmt/NVML.h"],
'files': ["lib/libpmt.%s" % SHLIB_EXT, "include/pmt/NVIDIA.h", "include/pmt/Rapl.h", "include/pmt/NVML.h"],
'dirs': ["lib", "include"],
}

Expand Down

0 comments on commit fdd8fbe

Please sign in to comment.