fix invalid script path (#975) (#976)

* fix invalid script path (#975)

* expose target_page_align and target_page_size to public API.

* add newly exposed values to python binding.

* Revert "expose target_page_align and target_page_size to public API."

This reverts commit 38145bbaba26900118809c6179164d060b8e73e5.

* Revert "add newly exposed values to python binding."

This reverts commit 0884e06527155799494138733557adaf2f4fe71c.

* add python2-setuptools in required cygwin packages.

* Revert "fix invalid script path (#975)"

This reverts commit 8c55ca7d3447824fb672ab83ff4af5aee9ec089d

Backports commit cf0bcb82b465ec521235ba819a8eba5c46748ddd from unicorn
This commit is contained in:
Guillaume Sottas 2019-02-28 17:01:56 -05:00 committed by Lioncash
parent 68e17c03dc
commit b7628f215c
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -45,12 +45,12 @@ Unicorn can be compiled either on Ubuntu or Windows.
$ pacman -S make
$ pacman -S mingw-w64-x86_64-toolchain
- For Cygwin, "make", "gcc-core", "libpcre-devel", "zlib-devel"
- For Cygwin, "make", "gcc-core", "libpcre-devel", "zlib-devel", "python2-setuptools"
are needed.
If apt-cyg is available, you can install these with:
$ apt-cyg install make gcc-core libpcre-devel zlib-devel
$ apt-cyg install make gcc-core libpcre-devel zlib-devel python2-setuptools