Skip to content

Commit

Permalink
[MDAPI-135] [C++] Add the ability to create a bundle to build with al…
Browse files Browse the repository at this point in the history
…l dependencies.

Rename the Bundle
  • Loading branch information
ttldtor committed Oct 2, 2024
1 parent 2000bc7 commit b451d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-source-bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
$graalNativeSdkVer = $( Get-Content .\deps.json -Raw | ConvertFrom-Json )."graal-native-sdk"
Write-Host $graalNativeSdkVer

$bundleName = "dxFeedGraalCxxApi-$DxFeedGraalCxxApiVersion-x86_64-windows-full-src"
$bundleName = "dxFeedGraalCxxApi-$DxFeedGraalCxxApiVersion-x86_64-windows-Full-Source-Bundle"
$downloadPath = "$buildBundleDir/download"
$bundlePath = "$buildBundleDir/$bundleName"

Expand Down

0 comments on commit b451d97

Please sign in to comment.