Skip to content

Commit 8bb24cd

Browse files
committed
fix: install setuptools for Conan
1 parent e2ab279 commit 8bb24cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/conan/conan.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { setupPipPack } from "../utils/setup/setupPipPack"
22

33
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4-
export function setupConan(version: string | undefined, _setupDir: string, _arch: string) {
4+
export async function setupConan(version: string | undefined, _setupDir: string, _arch: string) {
5+
await setupPipPack("setuptools", "")
56
return setupPipPack("conan", version)
67
}

0 commit comments

Comments
 (0)