mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Adjust specs for changed include directory
This commit is contained in:
parent
765b64645f
commit
82868351a6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ describe "libv8 locations" do
|
|||
end
|
||||
|
||||
it "prepends its own incflags before any pre-existing ones" do
|
||||
expect(@context.incflags).to eql "-I/foo\\ bar/v8 -I/usr/include -I/usr/local/include"
|
||||
expect(@context.incflags).to eql "-I/foo\\ bar/v8/include -I/usr/include -I/usr/local/include"
|
||||
end
|
||||
|
||||
it "prepends the locations of any libv8 objects on the the ldflags" do
|
||||
|
|
Loading…
Add table
Reference in a new issue