diff options
| author | Camille Mougey <commial@gmail.com> | 2014-12-03 11:23:34 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2014-12-03 11:23:34 +0100 |
| commit | 6a0cf990d2e0c11edc91629aabfd52f847f1a381 (patch) | |
| tree | 908155c127bb6fec850846dd31547ce57afd1d1c /setup.py | |
| parent | c5aa711745449cabd5bc0171ad0ed56b8d3a6881 (diff) | |
| parent | 05a333fe41516fa6a2976bbdd84fc05b9bca0f4f (diff) | |
| download | miasm-6a0cf990d2e0c11edc91629aabfd52f847f1a381.tar.gz miasm-6a0cf990d2e0c11edc91629aabfd52f847f1a381.zip | |
Merge pull request #9 from serpilliere/loader_code
Loader code
Diffstat (limited to '')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index 73f98858..de1667e9 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ def buil_all(): 'miasm2/os_dep', 'miasm2/jitter', 'miasm2/jitter/arch', + 'miasm2/jitter/loader', ] ext_modules_no_tcc = [ Extension("miasm2.jitter.arch.JitCore_x86", |