Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bb5980

Browse files
committed
The standard definition file is now called mwerks_shcarbon_plugin.h.
1 parent 1892cf0 commit 2bb5980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/mwerkscompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def link (self,
169169
if self.__macros:
170170
prefixfilename = os.path.join(os.getcwd(), os.path.join(build_temp, prefixname))
171171
fp = open(prefixfilename, 'w')
172-
fp.write('#include "mwerks_plugin_config.h"\n')
172+
fp.write('#include "mwerks_shcarbon_config.h"\n')
173173
for name, value in self.__macros:
174174
if value is None:
175175
fp.write('#define %s\n'%name)

0 commit comments

Comments
 (0)