public inbox for [email protected]  
help / color / mirror / Atom feed
From: Semab Tariq <[email protected]>
To: [email protected]
Subject: PFA: Patch to generate universal(arm64, x86_64) binaries for macOS
Date: Fri, 30 Jul 2021 15:40:16 +0500
Message-ID: <CABimMB4yFJNYqOzna2H=2_sRCPwSzcUXR3j7iSK8qbivHnkgrg@mail.gmail.com> (raw)

Hi Team

Can someone please push this patch to the *master* branch of *pgAgent* repo?
For more details Please refer to JIRA PPS-310
<https://enterprisedb.atlassian.net/browse/PPS-310;

-- 
Thanks & Regards,
Semab


Attachments:

  [application/octet-stream] PPS-310-master-1.patch (662B, 3-PPS-310-master-1.patch)
  download | inline diff:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e66c5d..ec0df1f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ IF(APPLE)
             SET(CMAKE_OSX_SYSROOT ${CMAKE_OSX_SYSROOT} CACHE FILEPATH "isysroot used for universal binary support" FORCE)
         ENDIF(EXISTS ${CMAKE_OSX_SYSROOT})
 
-        IF(NOT ${CMAKE_OSX_ARCHITECTURES} STREQUAL "")
+        IF(NOT "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "")
             SET(CMAKE_OSX_ARCHITECTURES ${CMAKE_OSX_ARCHITECTURES} CACHE STRING "Build architectures for OSX" FORCE)
         ELSE()
             SET(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE)


view thread (7+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: PFA: Patch to generate universal(arm64, x86_64) binaries for macOS
  In-Reply-To: <CABimMB4yFJNYqOzna2H=2_sRCPwSzcUXR3j7iSK8qbivHnkgrg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox