Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
ci: Fix incorrect package name in builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Sep 3, 2019
1 parent 9fcec9b commit 36222cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ((process.platform == "win32") || (process.platform == "win64")) {
// Windows
let extra_conf = [
`-DCMAKE_SYSTEM_VERSION=${process.env.CMAKE_SYSTEM_VERSION}`,
`-DCMAKE_PACKAGE_NAME=obs-stream-effects`,
`-DCMAKE_PACKAGE_NAME=obs-ffmpeg-encoder`,
'-DCMAKE_INSTALL_PREFIX="build/distrib/"',
'-DCMAKE_PACKAGE_PREFIX="build/"',
];
Expand Down

0 comments on commit 36222cc

Please sign in to comment.