Skip to content

Commit

Permalink
[swift] add Version.ml autogeneration bits
Browse files Browse the repository at this point in the history
Summary: We need these extra bits to ensure `Version.swift_enabled` is set correctly.

Reviewed By: dulmarod

Differential Revision: D68561350

fbshipit-source-id: f6532c5c006a3dd56fe606c3ecb914ed78c05a60
  • Loading branch information
ngorogiannis authored and facebook-github-bot committed Jan 24, 2025
1 parent 123e29f commit 3152c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.autoconf.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BUILD_HACK_ANALYZERS := @BUILD_HACK_ANALYZERS@
BUILD_JAVA_ANALYZERS := @BUILD_JAVA_ANALYZERS@
BUILD_PYTHON_ANALYZERS := @BUILD_PYTHON_ANALYZERS@
BUILD_PLATFORM := @BUILD_PLATFORM@
BUILD_SWIFT_ANALYZERS := @BUILD_SWIFT_ANALYZERS@
CAML_LD_LIBRARY_PATH := @CAML_LD_LIBRARY_PATH@
CC := @CC@
CFLAGS := @CFLAGS@
Expand Down
1 change: 1 addition & 0 deletions infer/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ $(GENERATED_FROM_AUTOCONF): $(MAKEFILE_LIST)
-e "s|@BUILD_JAVA_ANALYZERS[@]|$(BUILD_JAVA_ANALYZERS)|g" \
-e "s|@BUILD_PYTHON_ANALYZERS[@]|$(BUILD_PYTHON_ANALYZERS)|g" \
-e "s|@BUILD_PLATFORM[@]|$(BUILD_PLATFORM)|g" \
-e "s|@BUILD_SWIFT_ANALYZERS[@]|$(BUILD_SWIFT_ANALYZERS)|g" \
-e "s|@OPAMSWITCH[@]|$(OPAMSWITCH)|g" \
-e "s|@XCODE_SELECT[@]|$(XCODE_SELECT)|g" \
-e "s|@INFER_MAN_LAST_MODIFIED[@]|$(INFER_MAN_LAST_MODIFIED)|g" \
Expand Down

0 comments on commit 3152c28

Please sign in to comment.