Skip to content

Commit

Permalink
fix: also move include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 10, 2024
1 parent c141ecb commit d4c3fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl/build.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn setup_windows(silent bool) ! {
}
mkdir(dst_dir)!
execute_opt('powershell -command Expand-Archive -LiteralPath ${curl_mod_dir}/${dl_archive} -DestinationPath ${curl_mod_dir}')!
mv('${extracted_dir}/include', '${dst_dir}/include')!
mv('${extracted_dir}/bin/libcurl-x64.dll', '${dst_dir}/libcurl.dll')!
rmdir_all(extracted_dir) or {}
s <- true
Expand Down

0 comments on commit d4c3fd9

Please sign in to comment.