Skip to content

Commit 7fcbf2e

Browse files
Copilotrolfbjarne
andcommitted
Address PR feedback: remove ProjectInspector.csproj files, use 'placeholder' instead of 'dummy', keep INCLUDE_* variables
Co-authored-by: rolfbjarne <249268+rolfbjarne@users.noreply.github.com>
1 parent 7d7ff7c commit 7fcbf2e

File tree

4 files changed

+1
-101
lines changed

4 files changed

+1
-101
lines changed

Make.config

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ endif
232232
export DEVELOPER_DIR=$(XCODE_DEVELOPER_ROOT)
233233
export MD_APPLE_SDK_ROOT=$(abspath $(XCODE_DEVELOPER_ROOT)/../..)
234234
else
235-
# On Linux, set dummy Xcode values
235+
# On Linux, set placeholder Xcode values
236236
XCODE_VERSION=26.2
237237
XCODE_URL=
238238
XCODE_PRODUCT_BUILD_VERSION=
@@ -303,16 +303,6 @@ INCLUDE_DEVICE=1
303303
-include $(TOP)/Make.config.local
304304
-include $(TOP)/configure.inc
305305

306-
# On Linux, override platform includes to skip native code
307-
ifdef IS_LINUX
308-
INCLUDE_IOS=
309-
INCLUDE_MAC=
310-
INCLUDE_TVOS=
311-
INCLUDE_MACCATALYST=
312-
INCLUDE_SIMULATOR=
313-
INCLUDE_DEVICE=
314-
endif
315-
316306
# misc Xcode tool
317307
CLANG=$(CCACHE)$(XCODE_DEVELOPER_ROOT)/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
318308
SWIFTC=$(XCODE_DEVELOPER_ROOT)/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc

src/bgen/ProjectInspector.csproj

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/xharness/ProjectInspector.csproj

Lines changed: 0 additions & 30 deletions
This file was deleted.

tools/dotnet-linker/ProjectInspector.csproj

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)