-
Notifications
You must be signed in to change notification settings - Fork 15
Added setting kickass_startup_root_path #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Used for startup-file, make and pre/post build
|
@Swoffa it's about a parameter. c64debugger requires "-prg" parameter before prg name to launch, and this yours root_path just an absolute path param Simplest thing is to move ${kickass_debug_args} just right before "${kickass_output_path}/${kickass_compiled_filename}"" |
|
Referenced wrong PR in my comment, corrected, |
|
Oh nice @Swoffa - sounds better :) I won't be able to properly review/test for a at least a few days maybe a week (I'm in the middle of a huge project at work). If you don't wish to wait then might as well merge - I trust your code more than mine! :) |
No hurry, no hurry at all, do it whenever you get time, if you want. |
c573ace to
7a55fc2
Compare
Created after looking at PR #36 .
This hopefully does the same thing, but in a broader sense, since the
kickass_startup_root_pathsetting is also used for pre/post/make scripts.