Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
build: fix the PS3 cross-build; variable name expansion was causing trouble.
legacy
Sam Hocevar
sam
12 anos atrás
pai
e1070c3b3c
commit
50fefd0575
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
test/tutorial/Makefile.am
+ 1
- 1
test/tutorial/Makefile.am
Ver arquivo
@@ -2,7 +2,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
all-local: $(noinst_PROGRAMS)
for x in $(noinst_PROGRAMS); do \
for x in $(noinst_PROGRAMS
:%$(EXEEXT)=%
); do \
test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \
done
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar