File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ run-rust-examples-linux target=default-target features="": (run-rust-examples ta
375375#########################
376376
377377tar-headers : (build-rust-capi ) # build-rust-capi is a dependency because we need the hyperlight_guest .h to be built
378- tar -zcvf include.tar.gz -C {{ root}} / src / hyperlight_guest_bin / third_party / musl / include musl / arch / x86 _64 printf / printf.h -C {{ root}} / src/ hyperlight_guest_capi include
378+ tar -zcvf include.tar.gz -C {{ root}} / target / sysroot / lib / rustlib / x86 _64 -hyperlight-none / include -C {{ root}} / src/ hyperlight_guest_capi include
379379
380380tar-static-lib : (build-rust-capi " release" ) (build-rust-capi " debug" )
381381 tar -zcvf hyperlight-guest-c-api-linux.tar.gz -C {{ root}} / target/ x86 _64 -hyperlight-none/ release/ libhyperlight_guest_capi.a -C {{ root}} / target/ x86 _64 -hyperlight-none/ debug/ libhyperlight_guest_capi.a
You can’t perform that action at this time.
0 commit comments