We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to run a Python script as my build command:
python ${ProjDirPath}/make_wrapper.py
From within my Python script, I call the make with the two arguments:
Got it working.
Set the Build Command to just "python" under Builder Settings
Under Behavior, select Use custom build arguments and then set Build arguments to "${ProjDirPath}/make_wrapper.py"
and then for my Build (Incremental build) I set to "-j12 all", same thing for clean