scel/sc/extPlatform.sc

14 lines
187 B
Python
Raw Normal View History

+ LinuxPlatform {
recompile {
if ( this.hasFeature( \emacs ) ) {
Emacs.evalLispExpression( "(sclang-recompile)" )
} {
this.prRecompile
}
}
prRecompile {
_Recompile
}
}