Skip to content

Commit

Permalink
deps: luajit: bump moved buildvm to the host/ directory
Browse files Browse the repository at this point in the history
buildvm files moved to host/ fix this problem first.
  • Loading branch information
philips committed Jul 3, 2012
1 parent 4cd3d11 commit 562d5cb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions deps/luajit.gyp
Expand Up @@ -252,11 +252,15 @@
'target_name': 'buildvm',
'type': 'executable',
'sources': [
'luajit/src/buildvm.c',
'luajit/src/buildvm_asm.c',
'luajit/src/buildvm_peobj.c',
'luajit/src/buildvm_lib.c',
'luajit/src/buildvm_fold.c',
'luajit/src/host/buildvm.c',
'luajit/src/host/buildvm_asm.c',
'luajit/src/host/buildvm_peobj.c',
'luajit/src/host/buildvm_lib.c',
'luajit/src/host/buildvm_fold.c',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',
'luajit/src',
],
'rules': [
{
Expand Down

0 comments on commit 562d5cb

Please sign in to comment.