forked from gideros/gideros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xcode modifications to pull request to gideros/master
This is the modifications from 64 bits libraries. Changed 2 flags: 1) To build from 32 and 64 binaries at same lib: From ARCHS = "$(ARCHS_STANDARD_32_BIT)"; To ARCHS = "$(ARCHS_STANDARD)"; 2) To build from two selected archs: From ONLY_ACTIVE_ARCH = YES; To ONLY_ACTIVE_ARCH = NO;
- Loading branch information
1 parent
b2ec5f3
commit b9c48a2
Showing
4 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters