Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
6a0503fc
Commit
6a0503fc
authored
Mar 06, 2026
by
PanZezhong
Browse files
issue/1031 fix xamke cpp api link
parent
f7c59399
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
xmake.lua
xmake.lua
+1
-2
No files found.
xmake.lua
View file @
6a0503fc
...
...
@@ -452,8 +452,7 @@ target("infinicore_cpp_api")
set_kind
(
"shared"
)
add_deps
(
"infiniop"
,
"infinirt"
,
"infiniccl"
)
set_languages
(
"cxx17"
)
set_symbols
(
"visibility"
)
set_policy
(
"build.optimization.lto"
,
false
)
local
INFINI_ROOT
=
os.getenv
(
"INFINI_ROOT"
)
or
(
os.getenv
(
is_host
(
"windows"
)
and
"HOMEPATH"
or
"HOME"
)
..
"/.infini"
)
add_includedirs
(
"include"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment