Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/conan/recipes/pyside/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _buildWindows(self, srcDir):

shibokenInfo = self.dependencies["pyside-shiboken"]
installBinDir = os.path.join(self._installDir, "bin")
opy(self, "*", os.path.join(shibokenInfo.package_folder, "bin"), installBinDir)
copy(self, "*", os.path.join(shibokenInfo.package_folder, "bin"), installBinDir)

self.run(buildCmd + " --build-type=pyside")

Expand Down
2 changes: 1 addition & 1 deletion packages/conan/settings/profiles_aswf/vfx2025
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pulseaudio/*: pulseaudio/system@aswr/vfx2025
pybind11/*: pybind11/2.13.6@aswf/vfx2025
pystring/*: pystring/1.1.4@aswf/vfx2025
qt/*: qt/6.5.6@aswf/vfx2025
rawtoaces/*: rawtoaces@1.1.0@aswf/vfx2025
rawtoaces/*: rawtoaces/1.1.0@aswf/vfx2025
snappy/*: snappy/1.1.10@aswf/vfx2025
spdlog/*: spdlog/1.15.3@aswf/vfx2025
sqlite3/*: sqlite3/system@aswf/vfx2025
Expand Down
Loading