Skip to content

Commit

Permalink
configure : Fix libprofiler.so not copied with the correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
efyx committed Apr 21, 2017
1 parent 87b0c7b commit b848bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def gperftools():
return {
"location": "https://github.com/gperftools/gperftools/releases/download/gperftools-2.5/gperftools-2.5.tar.gz",
"build": ["autoconf", "chmod +x ./configure", "./configure --enable-static --enable-shared", "make"],
"outputs": [[".libs/libprofiler.so.0$", "libprofiler.so"]]
"outputs": [".libs/libprofiler.so.0$"]
}

@Deps.register("pprof")
Expand Down

0 comments on commit b848bb4

Please sign in to comment.