diff options
| author | ruki <[email protected]> | 2018-12-19 22:48:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-19 10:49:18 +0800 |
| commit | 1758e5f01e5684bf8da0187bb5b6ee7ac93fd4e6 (patch) | |
| tree | e5879bdf6d8f98432fd0e34912864b6b57998f6e /xmake/platforms/mingw/load.lua | |
| parent | 998aedba0b07b6b7605272b99e6dc0d59e5c8ac6 (diff) | |
improve mingw
Diffstat (limited to 'xmake/platforms/mingw/load.lua')
| -rw-r--r-- | xmake/platforms/mingw/load.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/platforms/mingw/load.lua b/xmake/platforms/mingw/load.lua index d37977143..d419032dc 100644 --- a/xmake/platforms/mingw/load.lua +++ b/xmake/platforms/mingw/load.lua @@ -44,13 +44,6 @@ function main(platform) platform:add("shflags", archflags) end - -- init linkdirs and includedirs - local sdkdir = config.get("sdk") - if sdkdir then - platform:add("includedirs", path.join(sdkdir, "include")) - platform:add("linkdirs", path.join(sdkdir, "lib")) - end - -- add bin search library for loading some dependent .dll files windows local bindir = config.get("bin") if bindir and is_host("windows") then |
