Skip to content

Commit

Permalink
CLI: Issue #366: Precompiler functionality broken (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Apr 11, 2024
1 parent 684516c commit 9666ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cscs/csscript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ string Compile(string scriptFileName)
if (!Directory.Exists(outDir))
Directory.CreateDirectory(outDir);

compilerParams.CompilerOptions.TunnelConditionalSymbolsToEnvironmentVariables();
compilerParams.CompilerOptions?.TunnelConditionalSymbolsToEnvironmentVariables();

CompilerResults results;
if (generateExe)
Expand Down

0 comments on commit 9666ce4

Please sign in to comment.