File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 362
362
<_WasmExtraJSFile Include =" $(_WasmRuntimePackSrcDir)\*.%(JSFileType.Identity)" Kind =" %(JSFileType.Kind)" />
363
363
<_WasmExtraJSFile Include =" $(_WasmRuntimePackSrcDir)\es6\*.%(JSFileType.Identity)" Kind =" %(JSFileType.Kind)" />
364
364
365
- <_WasmNativeFileForLinking Include =" @(NativeFileReference)" />
366
-
367
365
<EmscriptenEnvVars Include =" EMSDK_PYTHON=$(EmscriptenPythonToolsPath)python.exe" Condition =" '$(OS)' == 'Windows_NT'" />
368
366
<EmscriptenEnvVars Include =" PYTHONPATH=$(EmscriptenPythonToolsPath)" Condition =" '$(OS)' == 'Windows_NT'" />
369
367
<EmscriptenEnvVars Include =" PYTHONHOME=" Condition =" '$(OS)' == 'Windows_NT'" />
466
464
<_WasmNativeFileForLinking Condition =" '$(_WasmSIMDLib)' != ''" Include =" $(MicrosoftNetCoreAppRuntimePackRidNativeDir)$(_WasmSIMDLib)" />
467
465
<_WasmNativeFileForLinking Remove =" $(MicrosoftNetCoreAppRuntimePackRidNativeDir)$(_WasmEHLibToExclude)" />
468
466
<_WasmNativeFileForLinking Remove =" $(MicrosoftNetCoreAppRuntimePackRidNativeDir)$(_WasmSIMDLibToExclude)" />
467
+ <_WasmNativeFileForLinking Include =" @(NativeFileReference)" />
469
468
470
469
<_WasmExtraJSFile Include =" @(Content)" Condition =" '%(Content.Extension)' == '.js'" />
471
470
You can’t perform that action at this time.
0 commit comments