Skip to content

Commit

Permalink
fix: tracy (#2019) (#2034)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit e4d3e4d)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Aug 29, 2024
1 parent 78d0ae5 commit ecd69f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/devs/tracy/tracy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This package contains the development files for the tracy package.
%meson
%meson_build

for project in capture csvexport import-chrome import-fuchsia update profiler
for project in capture csvexport import update profiler
do
pushd $project
%cmake -DDOWNLOAD_CAPSTONE=0
Expand All @@ -41,8 +41,8 @@ done
# NOTE: the subprojects don't have install targets so we do it manually
install -Dm755 capture/%__cmake_builddir/tracy-capture %buildroot%_bindir/tracy-capture
install -Dm755 csvexport/%__cmake_builddir/tracy-csvexport %buildroot%_bindir/tracy-csvexport
install -Dm755 import-chrome/%__cmake_builddir/tracy-import-chrome %buildroot%_bindir/tracy-import-chrome
install -Dm755 import-fuchsia/%__cmake_builddir/tracy-import-fuchsia %buildroot%_bindir/tracy-import-fuchsia
install -Dm755 import/%__cmake_builddir/tracy-import-chrome %buildroot%_bindir/tracy-import-chrome
install -Dm755 import/%__cmake_builddir/tracy-import-fuchsia %buildroot%_bindir/tracy-import-fuchsia
install -Dm755 update/%__cmake_builddir/tracy-update %buildroot%_bindir/tracy-update
install -Dm755 profiler/%__cmake_builddir/tracy-profiler %buildroot%_bindir/tracy

Expand Down

0 comments on commit ecd69f1

Please sign in to comment.