Remove win_app.def from windows build

Fixes: lld-link: error: unknown directive: EXETYPE
This commit is contained in:
Feldwor 2021-07-10 16:57:30 +03:00 committed by GitHub
parent 86baf487e7
commit 59f0f49ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
"targetName": "helloworld", "targetName": "helloworld",
"targetType": "executable", "targetType": "executable",
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
"versions": ["EmbedStandardResources"], "versions": ["EmbedStandardResources"],
"dependencies": { "dependencies": {