Another Makefilefix
parent
a74b452994
commit
b4b81d9508
6
Makefile
6
Makefile
|
@ -75,7 +75,11 @@ macosx-ppc: macosx-freetype
|
|||
macosx-x86: macosx-freetype
|
||||
$(MAKE) $(BINARY) CONFIG=vm/Config.macosx
|
||||
|
||||
linux-x86 linux-amd64:
|
||||
linux-x86:
|
||||
$(MAKE) $(BINARY) CONFIG=vm/Config.linux
|
||||
$(STRIP) $(BINARY)
|
||||
|
||||
linux-amd64:
|
||||
$(MAKE) $(BINARY) CONFIG=vm/Config.linux.amd64
|
||||
$(STRIP) $(BINARY)
|
||||
|
||||
|
|
Loading…
Reference in New Issue