mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Renaming CrtFile* -> File*.
This commit is contained in:
@@ -974,6 +974,9 @@ function toolchain(_buildDir, _libDir)
|
||||
"-Wunused-value",
|
||||
"-Wundef",
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"-std=c++11",
|
||||
}
|
||||
|
||||
configuration { "freebsd" }
|
||||
targetdir (path.join(_buildDir, "freebsd/bin"))
|
||||
@@ -1173,13 +1176,9 @@ function toolchain(_buildDir, _libDir)
|
||||
"$(SCE_ORBIS_SDK_DIR)/target/include",
|
||||
"$(SCE_ORBIS_SDK_DIR)/target/include_common",
|
||||
}
|
||||
buildoptions {
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"-std=c++11",
|
||||
}
|
||||
linkoptions {
|
||||
}
|
||||
|
||||
configuration { "qnx-arm" }
|
||||
targetdir (path.join(_buildDir, "qnx-arm/bin"))
|
||||
|
||||
Reference in New Issue
Block a user