Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Jan 19, 2023
1 parent 35b75e5 commit 4090359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def source(self):
"-ldbus-1d",
"-ldbus-1"
)
open(os.path.join(self.source_folder, "qt5", "qtbase", "mkspecs", "features", "uikit", "bitcode.prf"), "w").close()
save(self, os.path.join(self.source_folder, "qt5", "qtbase", "mkspecs", "features", "uikit", "bitcode.prf"), "")

def _make_program(self):
if is_msvc(self):
Expand Down

0 comments on commit 4090359

Please sign in to comment.