Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 22, 2024
1 parent a613ae2 commit 04d3b1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,8 @@ libs/noto/%.otf:
libs/liberation:
git clone --recurse https://github.com/shantigilbert/liberation-fonts-ttf.git ${SHALLOW} ${SINGLE_BRANCH} $@

# libs/openscad:
# git clone --recurse https://github.com/openscad/openscad.git ${SHALLOW} ${SINGLE_BRANCH} $@

libs/openscad:
git clone --recurse https://github.com/ochafik/openscad.git ${SHALLOW} --branch fix-wasm-text --single-branch $@

git clone --recurse https://github.com/openscad/openscad.git ${SHALLOW} ${SINGLE_BRANCH} $@

public/libraries/openscad.zip: libs/openscad
mkdir -p public/libraries
Expand Down

0 comments on commit 04d3b1d

Please sign in to comment.