user1955988
user1955988

Reputation:

Sublime Text 2 - set build system for specific project

I would like to set a specific build system for a project. In that case I don't have to switch the build system every time I switch a project. I tried to define the build system inside the project file following the instructions I found on this website.

I switched build system to automatic but sublime still uses the default c++ build system.

I'm using Ubuntu 12.10 32 Bit.

Upvotes: 0

Views: 813

Answers (1)

Daniel Figueroa
Daniel Figueroa

Reputation: 10676

Go to tools -> Build System and select the one that you defined in your project file, otherwise Sublime will use it's automatic build system or the predefined one for C++.

If you don't see the name of your buildsystem, then you've probably defined it wrong and should post your project json here on SO.

Upvotes: 0

Related Questions