Skip to content

Commit

Permalink
WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 5, 2024
1 parent 2bac47e commit d016678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fsxc/Fsxc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,9 @@ let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() }
Console.WriteLine("_________________END AUTOGEN FILE_________________")
#if !LEGACY_FRAMEWORK
let projectFile = generateProjectFile script contents extraExtensions
#else // dummy for to just prevent "unused" warning, meh
for ext in extraExtensions do
()
#endif

let exitCode, exeTarget =
Expand Down

0 comments on commit d016678

Please sign in to comment.