From ab7ef5529441320f2483872bb0c35cf22615aaa2 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 3 Dec 2014 11:08:52 +0100 Subject: Jitter: move loader specific code to a submodule --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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", -- cgit 1.4.1