From 6a9ef20b3435a7e53f67d157d524f542ad95b842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Wed, 7 Feb 2024 13:46:59 -0500 Subject: [PATCH] win32, not Win32 --- src/build/Common.gmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/Common.gmake b/src/build/Common.gmake index e2521d92a3..35cfa26662 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -242,7 +242,7 @@ endif ifeq ($(machine_uname),x86_64) machine_uname := x64 endif -ifneq ($(os), Win32) +ifneq ($(os), win32) CFLAGS += -fpic endif ifeq ($(machine_uname),sparc64) -- GitLab