forked from hasufell/hasufell-repository
net-www/inox*: bump to 54.0.2840.100
This commit is contained in:
20
packages/net-www/inox/files/toolchain/BUILD.gn
Normal file
20
packages/net-www/inox/files/toolchain/BUILD.gn
Normal file
@@ -0,0 +1,20 @@
|
||||
import("//build/toolchain/gcc_toolchain.gni")
|
||||
|
||||
gcc_toolchain("default") {
|
||||
cc = getenv("CC")
|
||||
cxx = getenv("CXX")
|
||||
ar = getenv("AR")
|
||||
nm = getenv("NM")
|
||||
ld = cxx
|
||||
|
||||
extra_cflags = getenv("CFLAGS")
|
||||
extra_cppflags = getenv("CPPFLAGS")
|
||||
extra_cxxflags = getenv("CXXFLAGS")
|
||||
extra_ldflags = getenv("LDFLAGS")
|
||||
|
||||
toolchain_args = {
|
||||
current_cpu = current_cpu
|
||||
current_os = current_os
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user