Skip to content

cache_location_override

Tom van Dijck edited this page Jun 4, 2015 · 3 revisions

Allows you to specify a path to where the package manager can download packages to that it cannot find locally.

cache.location_override = "c:\\package_cache"

Applies To

global scope, and should typically only be set once in your startup script.

Availability

Premake 5.0.0 or later.

Clone this wiki locally