summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2019-02-12 11:53:39 -0800
committerGitHub <noreply@github.com>2019-02-12 11:53:39 -0800
commitc4007d88a0c556182f70d7714e5b55cca92331a0 (patch)
tree5c460f9cab3ea0d846847573b18cfa92cc282297 /build.sh
parent6e35bf13deec46f20e5468e5345f412734a35ef8 (diff)
downloadcoreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.gz
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.bz2
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.zip
Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)
* Renaming RuntimeEventSource to NativeRuntimeEventSource * missed a couple of comments and XPlatEventLogger * rename DotNETRuntimeEventSource.cs to NativeRuntimeEventSource.cs * use condition= instead of ifdef * removing ifdef from NativeRuntimeEventSource.cs * Fix case for 'eventing' directory in csproj * Fix unix builds * This should fix unix build...
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5793981dcc..4e744e52c3 100755
--- a/build.sh
+++ b/build.sh
@@ -223,7 +223,7 @@ generate_event_logging_sources()
__ConsumingBuildSystem=$2
__OutputIncDir="$__OutputDir/src/inc"
- __OutputEventingDir="$__OutputDir/eventing"
+ __OutputEventingDir="$__OutputDir/Eventing"
__OutputEventProviderDir="$__OutputEventingDir/eventprovider"
echo "Laying out dynamically generated files consumed by $__ConsumingBuildSystem"