summaryrefslogtreecommitdiff
path: root/doc/educational_decoder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/educational_decoder/Makefile')
-rw-r--r--doc/educational_decoder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/educational_decoder/Makefile b/doc/educational_decoder/Makefile
index a9c601ebca79..b3154d9afc0f 100644
--- a/doc/educational_decoder/Makefile
+++ b/doc/educational_decoder/Makefile
@@ -1,5 +1,5 @@
# ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under both the BSD-style license (found in the
@@ -10,7 +10,7 @@
ZSTD ?= zstd # note: requires zstd installation on local system
-UNAME?= $(shell uname)
+UNAME?= $(shell sh -c 'MSYSTEM="MSYS" uname')
ifeq ($(UNAME), SunOS)
DIFF ?= gdiff
else