mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-28 17:10:33 +00:00
[PR #1680] [MERGED] [FIX] Corrected bitness check for 64-bit systems #2394
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1680
Author: @AhmedYasserrr
Created: 3/30/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
f3e61fc[FIX] Corrected bitness check for 64-bit systems📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
linux/build(+1 -1)📄 Description
[FIX] Corrected bitness check and added help option to build script
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Description of Changes
Fixed an issue in the bitness check in
linux/build.sh:Fixed missing spaces around
==in bitness check. Without the spaces, the condition always evaluated to true, causing-DGPAC_64_BITSto be added even on non-64-bit systems.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.