mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
* Add the PSEH3 related define for the TestBE runs.
svn path=/trunk/; revision=58604
This commit is contained in:
parent
d7273a7fcc
commit
740d266240
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ endif()
|
||||||
# PSEH
|
# PSEH
|
||||||
if(GCC_VERSION VERSION_GREATER 4.7)
|
if(GCC_VERSION VERSION_GREATER 4.7)
|
||||||
set(USE_PSEH3 1)
|
set(USE_PSEH3 1)
|
||||||
|
add_definitions(-D_USE_PSEH3=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
|
|
Loading…
Reference in a new issue