Skip to content

Commit

Permalink
Optional doesn’t work, just require Dafny >= 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Dec 18, 2024
1 parent c157dbf commit d90d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestModels/dafny-dependencies/StandardLibrary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
endif

# Overriding this target just to generate the project.properties file.
polymorph_dafny: $(if $(USE_DAFNY_STANDARD_LIBRARIES), build_dafny_stdlibs, )
polymorph_dafny: build_dafny_stdlibs
cd $(CODEGEN_CLI_ROOT); \
$(GRADLEW) run --args="\
--library-root $(LIBRARY_ROOT) \
Expand Down

0 comments on commit d90d725

Please sign in to comment.