Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows helper copies plugin to obs-plugin instead of obs-plugins #93

Closed
univrsal opened this issue Sep 30, 2023 · 0 comments · Fixed by #96
Closed

Windows helper copies plugin to obs-plugin instead of obs-plugins #93

univrsal opened this issue Sep 30, 2023 · 0 comments · Fixed by #96

Comments

@univrsal
Copy link

Operating System Info

Windows 11

Other OS

No response

OBS Studio Version

30.0.0-beta2

OBS Studio Version (Other)

No response

OBS Studio Log URL

n/a

OBS Studio Crash Log URL

No response

Expected Behavior

Defining OBS_BUILD_DIR should copy the plugin to the correct path.

Current Behavior

It tries to copy to the folder .../obs-studio/build_x64/rundir/Debug/obs-plugin/64bit

Steps to Reproduce

  1. Define OBS_BUILD_DIR in cmake to the obs build directory
  2. Build the plugin
  3. It fails because the folder doesn't exist

Anything else we should know?

Should be a simple fix, just add the missing 's' here:

"$<$<CONFIG:Debug,RelWithDebInfo>:$<TARGET_PDB_FILE:${target}>>" "${OBS_BUILD_DIR}/obs-plugin/64bit"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant