use a relative dir for caching on windows
This commit is contained in:
parent
166295fdb5
commit
2f39949a2e
2 changed files with 1 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
|
|||
break;
|
||||
case OS.windows:
|
||||
libFileName = "libgomuks.dll";
|
||||
env = {"GOCACHE": "build/cache"};
|
||||
break;
|
||||
case OS.android:
|
||||
libFileName = "libgomuks.so";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue