Components having a Gambas part now compile it with translation enabled.
[CONFIGURATION] * BUG: Components having a Gambas part now compile it with translation enabled.
This commit is contained in:
parent
2128890f9a
commit
d44d4967de
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ install-data-hook:
|
|||
( \
|
||||
$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \
|
||||
cd $(COMPONENT); \
|
||||
$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
|
||||
$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
|
||||
if test $$? -eq 0; then \
|
||||
$(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
|
||||
rm -rf .gambas; \
|
||||
|
|
Loading…
Reference in a new issue