Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35979b0

Browse files
committed
Fix to get proto building again
1 parentc3d24de commit35979b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎src/fsharp/FSharp.Compiler-proto/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ DEFINES += \
1515
--define:BUILDING_WITH_LKG\
1616
--define:BUILDING_PROTO\
1717
--define:COMPILER\
18+
--define:NO_STRONG_NAMES\
1819
--define:INCLUDE_METADATA_READER\
1920
--define:INCLUDE_METADATA_WRITER
2021

‎src/fsharp/Fsc-proto/Makefile.in‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ FLAGS += --target:exe
1414
DEFINES +=\
1515
--define:BUILDING_PROTO\
1616
--define:BUILDING_WITH_LKG\
17-
--define:COMPILER
17+
--define:COMPILER\
18+
--define:NO_STRONG_NAMES
1819

1920
REFERENCES +=\
2021
-r:$(bootstrapdir)FSharp.Core.dll\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp