File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ requires:
77 - FreeType
88 - libuv
99build_requires:
10- - capstone
1110 - CMake
1211 - alibuild-recipe-tools
1312 - ninja
@@ -42,21 +41,6 @@ case $ARCHITECTURE in
4241 ;;
4342esac
4443
45- # build the tracy profiler
46- rsync -av $SOURCEDIR /tracy/ tracy/
47- pushd tracy/profiler/build/unix
48- make ${JOBS+-j $JOBS } \
49- LIBS=" -L$CAPSTONE_ROOT /lib -L$GLFW_ROOT /lib -L$FREETYPE_ROOT /lib -lglfw -lfreetype -lcapstone -lpthread -ldl $EXTRA_LIBS " \
50- DEFINES=" $DEFINES " \
51- TBB=off \
52- TRACY_NO_FILESELECTOR=1 \
53- INCLUDES=" -I$CAPSTONE_ROOT /include/capstone -I$SOURCEDIR /tracy/imgui -I$SOURCEDIR /tracy -I$SOURCEDIR /tracy/profiler/libs/gl3w ${FREETYPE_ROOT: +-I$FREETYPE_ROOT / include/ freetype2} -I${GLFW_ROOT: +$GLFW_ROOT / include} "
54- popd
55- mkdir -p $INSTALLROOT /{include/tracy,bin}
56- cp tracy/profiler/build/unix/Tracy-* $INSTALLROOT /bin/tracy-profiler
57- cp tracy/* .{h,hpp,cpp} $INSTALLROOT /include/tracy
58- cp -r tracy/{common,client,libbacktrace} $INSTALLROOT /include/tracy/
59-
6044cmake $SOURCEDIR \
6145 -DCMAKE_GENERATOR=Ninja \
6246 -DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
You can’t perform that action at this time.
0 commit comments