-
-
Notifications
You must be signed in to change notification settings - Fork 917
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
- support
zig cc -target x86_64-linux-gnu - support
zig cc -target x86_64-linux-gnu.2.18specify glibc version 2.18
Describe the solution you'd like
error build c++ hello project
export tgt=x86_64-linux-gnu.2.18
xmake f --cc="zig cc -target $tgt" --cxx="zig c++ -target $tgt" --ld="zig c++ -target $tgt" -c
xmake
error:
error: cannot find known tool script for zig c++ -target x86_64-linux-gnu.2.18
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable