Skip to content

Fix MSVC packaging when building without debugging and fix os.path.join hack

Nirbheek Chauhan requested to merge nirbheek/cerbero:msvc-fixes into master

commit 2428f3e0

cerbero/hacks: Don't blindly join args for os.path.join

The code takes care to never append two absolute paths, for example.

Instead, use Python's `join` and convert to posix paths before returning.

commit 0287f0c7

cerbero: Don't look for PDBs when building without debugging on MSVC

Merge request reports