Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ddprof-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ def shouldSkipDebugExtraction() {
if (project.hasProperty('skip-debug-extraction')) {
return true
}

// Skip if required tools are not available
if (os().isLinux() && !checkObjcopyAvailable()) {
return true
}

if (os().isMacOsX() && !checkDsymutilAvailable()) {
return true
}

return false
}
Comment thread
r1viollet marked this conversation as resolved.

Expand Down
Loading