Browse Source

Disable SuperCollider

tags/v1.3.0
Andrew Belt 5 years ago
parent
commit
0bcc4cef92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -17,7 +17,7 @@ DUKTAPE ?= 0
QUICKJS ?= 1
LUAJIT ?= 1
PYTHON ?= 0
SUPERCOLLIDER ?= 1
SUPERCOLLIDER ?= 0

# Entropia File System Watcher
efsw := dep/lib/libefsw-static-release.a


Loading…
Cancel
Save