aports/testing/xmake/01-pkgconfig-libsv.patch
2024-01-23 17:28:43 +00:00

12 lines
250 B
Diff

--- a/core/xmake.sh
+++ b/core/xmake.sh
@@ -160,7 +160,7 @@
# the sv option
option "sv"
add_cfuncs "semver_tryn"
- add_cincludes "semver.h"
+ add_cincludes "sv/semver.h"
add_links "sv"
before_check "option_find_sv"
option_end