Skip to content

Commit

Permalink
cc65: fix issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 16, 2023
1 parent ef0f3b9 commit 9e89cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cc65/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def layout(self):

def package_id(self):
if str(self.info.settings.compiler) in ["msvc", "Visual Studio"]:
if self.settings.arch == "x86_64":
if self.info.settings.arch == "x86_64":
self.info.settings.arch = "x86"
del self.info.settings.compiler

Expand Down

0 comments on commit 9e89cd3

Please sign in to comment.