We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbf27d commit fa72209Copy full SHA for fa72209
Plugin/buildtools/compileProjects.ps1
@@ -38,7 +38,7 @@ param(
38
39
. $PSScriptRoot\dependencies.ps1
40
41
-$version = $Env:HYBRIDIZATION_VERSION
+$version = $Env:INTEROP_UNITY_CUDA_VERSION
42
# For non dll project, write NO in description
43
[string[][]]$possibleProjectValues = @(
44
@("PluginInteropUnityCUDA", "Contains a library with the core of interoperability between Unity and CUDA."),
0 commit comments