aports/community/xmake/02-system-include.patch
2024-04-25 11:40:13 +00:00

23 lines
620 B
Diff

--- a/core/src/xmake/hash/xxhash.c
+++ b/core/src/xmake/hash/xxhash.c
@@ -32,7 +32,7 @@
#define XXH_NAMESPACE XM_
#define XXH_STATIC_LINKING_ONLY
#define XXH_IMPLEMENTATION
-#include "xxhash/xxhash.h"
+#include "xxhash.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/prefix.h
@@ -25,7 +25,7 @@
* includes
*/
#include "../prefix.h"
-#include "semver.h"
+#include "sv/semver.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* extern