mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 05:32:40 +02:00
12 lines
250 B
Diff
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
|