I use texstudio on mac. I changed my configuration so the auxiliary files will be saved in a subfolder. Everything works except bibtex. I get the following message:
Error: Could not start the command: bibtex.exe build/"myfile" -include-directory=build
I copied this line from a previous answer, and tried many other options, but none of them worked.
Attached pictures of my commands and build settings. Thanks!
.exeand trybibtex build/% -include-directory=build. On Mac OS executables usually don't have the.exefile extension..exeis a Windows thing. – moewe Jan 28 '19 at 20:48-include-directorymight be MikTeX-specific and thefore not available if you are using TeX live or MacTeX (MikTeX only recently made its entry onto Unix OSes). I firmly believe, however, that these 'build' subfolders create more issues than they solve and would recommend against using them. – moewe Jan 28 '19 at 20:50bibtex ./build/%.aux– Jan 28 '19 at 20:58