Skip to content

Commit

Permalink
Silly me
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko committed May 25, 2024
1 parent 226cd32 commit 3805d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static String getvcvarsall() {

for (Path directory : directories) {
if (Files.exists(directory)) {
List<Path> installations = Files.list(Path.of("C:\\Program Files (x86)\\Microsoft Visual Studio\\")).toList()
List<Path> installations = Files.list(directory).toList()

println(installations)

Expand Down

0 comments on commit 3805d56

Please sign in to comment.