Skip to content

Commit fa72209

Browse files
committed
🐛 Fixed variable name
1 parent 4cbf27d commit fa72209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/buildtools/compileProjects.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ param(
3838

3939
. $PSScriptRoot\dependencies.ps1
4040

41-
$version = $Env:HYBRIDIZATION_VERSION
41+
$version = $Env:INTEROP_UNITY_CUDA_VERSION
4242
# For non dll project, write NO in description
4343
[string[][]]$possibleProjectValues = @(
4444
@("PluginInteropUnityCUDA", "Contains a library with the core of interoperability between Unity and CUDA."),

0 commit comments

Comments
 (0)