Sublime Forum

How to make a build system run always in the project dir

#1

Hey,

For my project I have defined a new build system (for lime):

    "build_systems":
	
	    {
	    	"name": "FastGame",
	    	"cmd":  "lime","test","linux","-debug"]
	    }
	]

Now, when I run it, it always run in the directory of the current file. Can I make it always run in the root directory of my project?

0 Likes

#2

I think that you can use the “working_dir” option:
docs.sublimetext.info/en/latest/ … ic-options

0 Likes