Skip to content

Commit

Permalink
fix: add lld linker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 9, 2019
1 parent e767933 commit c27ee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
sudo add-apt-repository ppa:kivy-team/kivy -y
sudo apt-get update
sudo apt-get install -y build-essential cmake swig ccache git libtool pkg-config libncurses5:i386 libstdc++6:i386 libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 python2.7 python2.7-dev openjdk-8-jdk unzip zlib1g-dev zlib1g:i386
sudo apt-get install -y automake aidl libbz2-dev libffi-dev
sudo apt-get install -y automake aidl libbz2-dev libffi-dev lld
sudo apt-get install -y python-kivy
sudo pip2 install --upgrade Cython==0.28.6
sudo pip2 install --upgrade colorama appdirs 'sh>=1.10,<1.12.5' jinja2 six clint requests
Expand Down
2 changes: 1 addition & 1 deletion src/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
f.close()

if True: # so beautification does not move this to the top
import zeronet
import zeronet # this is only available AFTER sys.path.insert, since it isn't anywhere in this directory


def main():
Expand Down

0 comments on commit c27ee0c

Please sign in to comment.