Skip to content

Commit

Permalink
Fix crossgen2 arguments (#4342)
Browse files Browse the repository at this point in the history
* Fix crossgen2 arguments
  • Loading branch information
hez2010 committed Nov 25, 2022
1 parent 22a21e7 commit 0961116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compilers/dotnet.ts
Expand Up @@ -180,7 +180,7 @@ class DotNetCompiler extends BaseCompiler {
const crossgen2Options = [
crossgen2Path,
'-r',
path.join(bclPath, '*'),
path.join(bclPath, '/'),
dllPath,
'-o',
'CompilerExplorer.r2r.dll',
Expand Down

0 comments on commit 0961116

Please sign in to comment.