Commit b750b9037b5c4c2a08a35cdb8cb7bca3a03bf9a2

Authored by perry.werneck@gmail.com
1 parent 522ad374
Exists in master

Atualizações anteriores haviam quebrado a versão linux

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
latest/Makefile.in
... ... @@ -357,7 +357,7 @@ Debug: $(BINDIR)/Debug/$(PACKAGE_NAME)@EXEEXT@ \
357 357 $(foreach LIB, $(LIBRARIES), $(BINDIR)/Debug/$(LIB)@DLLEXT@)
358 358  
359 359 run: Debug
360   - @PATH="$(PATH):.bin/Debug/lib" $(BINDIR)/Debug/$(PACKAGE_NAME).exe --program-data="$(PWD)" --model=5 --plugin-path=$(BINDIR)/Debug/plugins
  360 + @PATH="$(PATH):.bin/Debug/lib" $(BINDIR)/Debug/$(PACKAGE_NAME)@EXEEXT@ --program-data="$(PWD)" --model=5 --plugin-path=$(BINDIR)/Debug/plugins
361 361  
362 362 distclean: clean
363 363 @$(MAKE) -C src/lib distclean
... ...