Skip to content

Commit

Permalink
Add new platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 16, 2019
1 parent 8de354c commit 6c03177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ platform.
- x86_64
- `_pytransform.so <http://pyarmor.dashingsoft.com/downloads/platforms/alpine/_pytransform.so>`_
- Built with musl-1.1.21 for Docker
* - Inel Quark
- i586
- `_pytransform.so <http://pyarmor.dashingsoft.com/downloads/platforms/intel-quark/_pytransform.so>`_
- Cross compile by i586-poky-linux
4 changes: 1 addition & 3 deletions docs/understand-obfuscated-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ Key Points to Use Obfuscated Scripts

This file is dependent-platform, download the right one to the same
path of `pytransform.py` according to target platform. All the
prebuilt dynamic libraries list here

http://pyarmor.dashingsoft.com/downloads/platforms/
prebuilt dynamic libraries list here :ref:`Support Platfroms`

* By default `pytransform.py` search dynamic library `_pytransform` in
the same path. Check `pytransform._load_library` to find the
Expand Down

0 comments on commit 6c03177

Please sign in to comment.