Giter VIP home page Giter VIP logo

Comments (3)

smkanadl avatar smkanadl commented on July 19, 2024 1

@lukka Thanks for your support.

I tried

libmodbus:x86-windows
libmodbus:x64-windows

and it works just as I expected. It picked up x86-windows as default triplet (because I provided non).

I am not sure why I did not tried it out directly. Probably I was a bit confused by you examples as they all used the syntax with one triplet. Enhancing the documentation by some response files would be good.

from cppbuildtasks.

lukka avatar lukka commented on July 19, 2024 1

@smkanadl added more documentation about usage of triplet and its default.

from cppbuildtasks.

lukka avatar lukka commented on July 19, 2024

@smkanadl
have not tried the scenario with multiple triplets yet, but it could just be working already.

Could you verify whether a response like this would work:

sqlite3:x64-osx
sqlite3:x86-osx
libmodbus:x86-osx
libmodbus
zlib
--triplet
x64-osx

For all the ports that have no specified triplet, the one specified by --triplet will be used, that is you will get installed the following ports:

libmodbus:x64-osx
libmodbus:x86-osx
sqlite3:x64-osx
sqlite3:x86-osx
zlib:x64-osx   

If this is not working, let's try to propose a possible solution. All I have in mind right now is that the run-vcpkg task should not enforce any '--triplet' argument unless it is provided in the vcpkgTriplet task parameter (so it is up to the user to pass it or not).

from cppbuildtasks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.