Skip to content

Commit

Permalink
remove unused sc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mossheim committed Mar 1, 2021
1 parent 5a6fd8a commit cbc2cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ OBJECTS += dep/supercollider/build/external_libraries/libyaml.a
LDFLAGS += -lpthread -lasound -ludev

$(supercollider):
cd dep && git clone "https://github.com/supercollider/supercollider" --branch $(SUPERCOLLIDER_BRANCH) --depth 5
cd dep && git clone "https://github.com/supercollider/supercollider" --branch $(SUPERCOLLIDER_BRANCH) --depth 1
cd dep/supercollider && git checkout 84b14d10d49edce6dd8303045a884fb7f2bc92e8
cd dep/supercollider && git submodule update --init -- $(SUPERCOLLIDER_SUBMODULES)
cd dep/supercollider && git apply ../../support/supercollider_get_libsclang_link_line.patch
cd dep/supercollider && mkdir build
cd dep/supercollider/build && $(CMAKE) .. $(SUPERCOLLIDER_CMAKE_FLAGS)
cd dep/supercollider/build && $(MAKE) libsclang
Expand Down
22 changes: 0 additions & 22 deletions support/supercollider_get_libsclang_link_line.patch

This file was deleted.

0 comments on commit cbc2cca

Please sign in to comment.