From 59f0f49ad713451c83426febd464341c9ad1eef9 Mon Sep 17 00:00:00 2001 From: Feldwor Date: Sat, 10 Jul 2021 16:57:30 +0300 Subject: [PATCH] Remove win_app.def from windows build Fixes: lld-link: error: unknown directive: EXETYPE --- examples/helloworld/dub.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/helloworld/dub.json b/examples/helloworld/dub.json index a02a5ddb..a4ccf5a5 100644 --- a/examples/helloworld/dub.json +++ b/examples/helloworld/dub.json @@ -9,8 +9,6 @@ "targetName": "helloworld", "targetType": "executable", - "sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"], - "versions": ["EmbedStandardResources"], "dependencies": {