Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use portable define statements in scons configuration #2195

Closed
peterfpeterson opened this issue Jun 25, 2010 · 1 comment
Closed

Use portable define statements in scons configuration #2195

peterfpeterson opened this issue Jun 25, 2010 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@peterfpeterson
Copy link
Member

According to [http://www.scons.org/wiki/SConsCrashCourse SCons Crash Course] rather than setting the cflags directly for defines, the portable way is to declare them using

#!python
env.Append(CPPDEFINES=['BIG_ENDIAN'])
@peterfpeterson
Copy link
Member Author

This issue was originally trac ticket 1348

@peterfpeterson peterfpeterson added the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Jun 3, 2015
@peterfpeterson peterfpeterson self-assigned this Jun 3, 2015
@peterfpeterson peterfpeterson added this to the Iteration 24 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant