mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Applying modified patches from FreeBSD ports (freebsd-ports/www/deno/files/)
This commit is contained in:
parent
cf3f19c512
commit
ece2bdefac
5 changed files with 6 additions and 4 deletions
2
build
2
build
|
@ -1 +1 @@
|
|||
Subproject commit 46bd0455280f874964b4ef5543bcce93e7a8656e
|
||||
Subproject commit 64bc922f06e5a28ce8b7624c08240a9cf815333a
|
2
build.rs
2
build.rs
|
@ -326,6 +326,8 @@ fn host_platform() -> String {
|
|||
"mac"
|
||||
} else if cfg!(target_os = "windows") {
|
||||
"windows"
|
||||
} else if cfg!(target_os = "freebsd") {
|
||||
"freebsd"
|
||||
} else {
|
||||
"unknown"
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 74f7ce8bdddf02420fcdb5a7e097aa019e3d09f2
|
||||
Subproject commit 1f7fc51f7b1d6f68e7787ccdf5cd118573ba7ff8
|
2
third_party/abseil-cpp
vendored
2
third_party/abseil-cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 583dc6d1b3a0dd44579718699e37cad2f0c41a26
|
||||
Subproject commit 4322ec6d53b99f2d8dcaec5e796a0e38c52d43de
|
2
v8
2
v8
|
@ -1 +1 @@
|
|||
Subproject commit 4fcf8061c2031424d5d756688f070894ad601d4b
|
||||
Subproject commit 76362e59f2a99fe92b7b4fec575095c365819e73
|
Loading…
Reference in a new issue