Created
October 21, 2008 19:08
-
-
Save dbussink/18387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/rakelib/vm.rake b/rakelib/vm.rake | |
| index f085e52..415c551 100644 | |
| --- a/rakelib/vm.rake | |
| +++ b/rakelib/vm.rake | |
| @@ -38,7 +38,7 @@ dep_file = "vm/.depends.mf" | |
| vm_objs = %w[ vm/drivers/cli.o ] | |
| vm_srcs = %w[ vm/drivers/cli.cpp ] | |
| EX_INC = %w[ libtommath onig libffi/include | |
| - libbstring libmquark libmpa libcchash | |
| + libbstring libcchash libmquark libmpa | |
| libltdl libev llvm/include | |
| ].map { |f| "vm/external_libs/#{f}" } | |
| @@ -103,11 +103,11 @@ field_extract_headers = %w[ | |
| BC = "vm/instructions.bc" | |
| LLVM_A = "vm/external_libs/llvm/#{LLVM_STYLE}/lib/libLLVMSystem.a" | |
| EXTERNALS = %W[ #{LLVM_A} | |
| + vm/external_libs/libmquark/libmquark.a | |
| + vm/external_libs/libcchash/libcchash.a | |
| vm/external_libs/libtommath/libtommath.a | |
| vm/external_libs/libbstring/libbstring.a | |
| vm/external_libs/libmpa/libptr_array.a | |
| - vm/external_libs/libcchash/libcchash.a | |
| - vm/external_libs/libmquark/libmquark.a | |
| vm/external_libs/onig/.libs/libonig.a | |
| vm/external_libs/libffi/.libs/libffi.a | |
| vm/external_libs/libltdl/.libs/libltdl.a | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment