Skip to content

Commit

Permalink
Add "make package DISABLE_FSHARP=1" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Aug 26, 2024
1 parent cda9082 commit 8096836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocaml-output/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ package:
@# Install F* into the package
+PREFIX=$(package_prefix) $(MAKE) install
@# Make the F* ulib F# DLL (NOT the nuget package)
+PREFIX=$(package_prefix) $(MAKE) -C $(FSTAR_HOME)/ulib ulib-in-fsharp-dll
+[ "$(DISABLE_FSHARP)" = 1 ] || PREFIX=$(package_prefix) $(MAKE) -C $(FSTAR_HOME)/ulib ulib-in-fsharp-dll
@# Then the version file.
cp ../../version.txt $(package_prefix)/
@# Documentation and licenses
Expand Down

0 comments on commit 8096836

Please sign in to comment.