mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- fixed soft float support so megaglest might now work with other architectures at least in terms of streflop support
This commit is contained in:
@@ -237,7 +237,8 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST
|
||||
SET(DIRS_WITH_SRC
|
||||
${DIRS_WITH_SRC}
|
||||
streflop
|
||||
streflop/libm_flt32_source)
|
||||
streflop/libm_flt32_source
|
||||
streflop/softfloat)
|
||||
ENDIF()
|
||||
|
||||
IF(NOT WANT_STATIC_LIBS)
|
||||
|
Reference in New Issue
Block a user