diff --git a/sc/extPlatform.sc b/sc/extPlatform.sc index 8e0a173..445e8e8 100644 --- a/sc/extPlatform.sc +++ b/sc/extPlatform.sc @@ -1,15 +1,13 @@ -+ Platform { - recompile{ - if ( this.hasFeature( \emacs ) ) { - Emacs.evalLispExpression( "(sclang-start)" ); - }; - } -} - + LinuxPlatform { - recompile{ + recompile { if ( this.hasFeature( \emacs ) ) { - Emacs.evalLispExpression( "(sclang-recompile)" ); - }; + Emacs.evalLispExpression( "(sclang-recompile)" ) + } { + this.prRecompile + } + } + + prRecompile { + _Recompile } }