7c8c5fe535
Signed-off-by: Tim Blechmann <tim@klingt.org>
13 lines
187 B
Scala
13 lines
187 B
Scala
+ LinuxPlatform {
|
|
recompile {
|
|
if ( this.hasFeature( \emacs ) ) {
|
|
Emacs.evalLispExpression( "(sclang-recompile)" )
|
|
} {
|
|
this.prRecompile
|
|
}
|
|
}
|
|
|
|
prRecompile {
|
|
_Recompile
|
|
}
|
|
}
|