early-access version 2853
This commit is contained in:
26
externals/vcpkg/ports/tracy/002-fix-capstone-5.patch
vendored
Executable file
26
externals/vcpkg/ports/tracy/002-fix-capstone-5.patch
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp
|
||||
index cc56298..7b9370a 100644
|
||||
--- a/server/TracySourceView.cpp
|
||||
+++ b/server/TracySourceView.cpp
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
||||
-#include <capstone.h>
|
||||
+#include <capstone/capstone.h>
|
||||
|
||||
#include "imgui.h"
|
||||
#include "TracyCharUtil.hpp"
|
||||
diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp
|
||||
index fcb1718..2433e59 100644
|
||||
--- a/server/TracyWorker.cpp
|
||||
+++ b/server/TracyWorker.cpp
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
-#include <capstone.h>
|
||||
+#include <capstone/capstone.h>
|
||||
|
||||
#define ZDICT_STATIC_LINKING_ONLY
|
||||
#include "../zstd/zdict.h"
|
||||
Reference in New Issue
Block a user