You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Copy bootsharp source files to the build directory. -->
98
+
<!-- Drop stale generated files left from previous builds. -->
99
+
<RemoveDirDirectories="$(BsBuildDir)/generated"/>
100
+
101
+
<!-- Copy Bootsharp internal sources to the build directory. -->
99
102
<ItemGroup>
100
103
<BsSourceFilesInclude="$(BsSourceDir)/**/*.*"/>
101
104
</ItemGroup>
@@ -112,9 +115,6 @@
112
115
<WarningCondition="!$(BsDebug) And '$(BsBinaryenExitCode)' != '' And '$(BsBinaryenExitCode)' != '0'"
113
116
Text="Failed to run Binaryen optimization. Ensure Binaryen (https://github.com/WebAssembly/binaryen) is installed and 'wasm-opt' is in the system path, otherwise the build is not fully optimized."/>
114
117
115
-
<!-- Drop stale generated files left from previous builds. -->
116
-
<RemoveDirDirectories="$(BsBuildDir)/generated"/>
117
-
118
118
<!-- Generate JavaScript sources and type declarations. -->
0 commit comments