Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5249441

Browse files
committed
[[ Win64 ]] Remove unnecessary library_dir config
This patch removes unnecessary setting of library_dirs specific to windows builds.
1 parent 3dfdbb9 commit 5249441

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

config/win32.gypi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@
2525
'silence_warnings': 0,
2626
},
2727

28-
'include_dirs':
29-
[
30-
'$(foo)C:/WinDDK/7600.16385.1/inc/atl71',
31-
'$(foo)C:/WinDDK/7600.16385.1/inc/mfc42',
32-
],
33-
34-
'library_dirs':
35-
[
36-
'$(foo)C:/WinDDK/7600.16385.1/lib/ATL/i386',
37-
'$(foo)C:/WinDDK/7600.16385.1/lib/MFC/i386',
38-
],
39-
4028
# Don't assume a Cygwin environment when invoking actions
4129
'msvs_cygwin_shell': 0,
4230

0 commit comments

Comments
 (0)