Skip to content

Commit

Permalink
Pass triplet explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 12, 2022
1 parent 84763a7 commit 4cd1e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/com/indoorvivants/vcpkg/Vcpkg.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Vcpkg(
Vcpkg.Dependencies.parse(getLines(cmd("depend-info", name)))

def install(name: String) =
getLines(cmd("install", name))
getLines(cmd("install", name, s"--triplet=$vcpkgTriplet"))

def files(name: String) = {
val triplet = vcpkgTriplet
Expand Down

0 comments on commit 4cd1e4e

Please sign in to comment.