mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed nasm calling bug.
svn path=/trunk/; revision=2166
This commit is contained in:
parent
8eeb1a96b8
commit
9dd23174c8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export LD = ld
|
|||
export AR = ar
|
||||
export RM = cmd /C del
|
||||
export CP = cmd /C copy
|
||||
export NASM = nasm
|
||||
export NASM_CMD = nasm
|
||||
export MAKE = make
|
||||
|
||||
.PHONY : bootsect freeldr install clean
|
||||
|
|
Loading…
Reference in a new issue