mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
- Cover the ASM_SOURCES fix for NO_ASM users too
This commit is contained in:
parent
b329a34a58
commit
70717cd2fa
1 changed files with 4 additions and 3 deletions
|
@ -586,12 +586,13 @@ else( WIN32 )
|
|||
endif( APPLE )
|
||||
endif( WIN32 )
|
||||
|
||||
if( NO_ASM )
|
||||
add_definitions( -DNOASM )
|
||||
else( NO_ASM )
|
||||
if( NOT ASM_SOURCES )
|
||||
set( ASM_SOURCES "" )
|
||||
endif( NOT ASM_SOURCES )
|
||||
|
||||
if( NO_ASM )
|
||||
add_definitions( -DNOASM )
|
||||
else( NO_ASM )
|
||||
if( X64 )
|
||||
ADD_ASM_FILE( asm_x86_64 tmap3 )
|
||||
else( X64 )
|
||||
|
|
Loading…
Reference in a new issue