adobe / XMP-Toolkit-SDK

The XMP Toolkit allows you to integrate XMP functionality into your product or solution
BSD 3-Clause "New" or "Revised" License
205 stars 83 forks source link

Fixes builds for Debian Linux ARM and gcc 12 #82

Open jcampbell05 opened 1 year ago

jcampbell05 commented 1 year ago

Description

Previously when compiling under these architectures on Debian Linux with gcc 12 the build script would fail, this PR fixes the reasons for these errors.

Related Issue

https://github.com/adobe/XMP-Toolkit-SDK/issues/81

Motivation and Context

Currently you cannot build on Linux ARM based systems for the following reasons:

How Has This Been Tested?

After making this change I was able to initiate a build without getting the gcc error.

Types of changes

Checklist: