mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 18:34:14 +00:00
Autodetect nasm
svn path=/trunk/; revision=15656
This commit is contained in:
parent
66500a1428
commit
750ce3d65a
3 changed files with 46 additions and 4 deletions
|
@ -899,7 +899,7 @@ MingwModuleHandler::GenerateNasmCommand (
|
|||
fprintf ( fMakefile, "\t$(ECHO_NASM)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t%s -f win32 $< -o $@ %s\n",
|
||||
"$(Q)nasm",
|
||||
"$(Q)${nasm}",
|
||||
nasmflagsMacro.c_str () );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue