mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
oops
svn-id: r45983
This commit is contained in:
parent
6f45f68a0f
commit
c7e89bc18e
@ -127,7 +127,7 @@ endif
|
||||
$(QUIET_AS)$(CXX) $(CXX_UPDATE_DEP_FLAG) $(ASFLAGS) -c $(<) -o $*.o
|
||||
|
||||
ifdef HAVE_NASM
|
||||
# Build rule for NASM assembler filesss
|
||||
# Build rule for NASM assembler files
|
||||
%.o: %.asm
|
||||
$(QUIET)$(MKDIR) $(*D)
|
||||
$(QUIET_NASM)$(NASM) -O1 $(NASMFLAGS) -g -o $*.o $(<)
|
||||
|
Loading…
x
Reference in New Issue
Block a user