mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 00:46:57 +02:00
🐛 Fixed missing WIN32 definition when building with ninja
This commit is contained in:
parent
fcef31793d
commit
f1b1e7f50c
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ add_definitions(-DGLM_FORCE_CTOR_INIT)
|
|||
|
||||
if (WIN32)
|
||||
# Deal with fakakta Visual Studo 2017 bug
|
||||
add_definitions(-DQT_NO_FLOAT16_OPERATORS)
|
||||
add_definitions(-DQT_NO_FLOAT16_OPERATORS -DWIN32)
|
||||
endif()
|
||||
|
||||
if (HIFI_USE_OPTIMIZED_IK)
|
||||
|
|
Loading…
Reference in a new issue