Skip to content

Commit

Permalink
setup: Actually install the libraries
Browse files Browse the repository at this point in the history
Also points out that I forgot to create the inst_lib array.
  • Loading branch information
Benabik committed Jul 23, 2012
1 parent 5624eff commit 0b3151e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.winxed
Expand Up @@ -46,11 +46,12 @@ function main[main](var argv) {
'winxed_debug' : false,
'pir_winxed' : {},
'pbc_pir' : {},
'installable_pbc' : {}
'installable_pbc' : {},
'inst_lib' : []
};

pbc_winxed(pact, 'pact/packfile');
pbc_winxed(pact, 'pact/packfile/decompile');
library_winxed(pact, 'pact/packfile');
library_winxed(pact, 'pact/packfile/decompile');
installable_winxed(pact, 'pact_disasm', 'src/disasm');

// Invoke distutils
Expand Down

0 comments on commit 0b3151e

Please sign in to comment.