mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
61bed7a828
Generated post build action batch scripts retained an empty token to the copy command with the used generator expression (as PDBs are only generated for Debug and RelWithDebInfo configurations). Moving their copy step into its own command (and using the `true` CMake command, which is a no-op) ensures that builds in Release and MinSizeRel correctly finish this step.