Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

Home Page:http://dman95.github.io/SASM/

Repository from Github https://github.comDman95/SASMRepository from Github https://github.comDman95/SASM

Option "Build in current directory" has no effect

leunMar opened this issue · comments

Or at least I cannot see it. The output files are always located in /tmp/SASM/. Can anybody help me out?

My build options:
Screenshot from 2021-07-30 12-39-01

I can confirm on windows

This option influences on working directory for building, not on resulting binary location. This option is needed for including libraries from current directory.