Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Sep 15, 2024
1 parent d8fd975 commit 3d19195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/readstat/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def _sys_compiler(self):

def source(self):
if self._sys_compiler == "msvc": # 'self.settings' access in 'source()' method was forbidden
print("微软Windows")
print(self.conan_data["sources"][self.version][0])
get(self, **self.conan_data["sources"][self.version][0], strip_root=True)
else:
get(self, **self.conan_data["sources"][self.version][1], strip_root=True)
Expand Down

0 comments on commit 3d19195

Please sign in to comment.