aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Module.zig
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@landless-city.net>2024-06-21 09:36:45 +0500
committerEric Joldasov <bratishkaerik@landless-city.net>2024-12-18 01:47:50 +0500
commit3d393dba6fc06cea3508aaa3db9d49042663367e (patch)
treed377f0aa22b7ed353a44e61a9fe7554ffa6c7707 /lib/std/Build/Module.zig
parentdebba652a3f5af76840517321d389a2ec98a88f4 (diff)
downloadzig-3d393dba6fc06cea3508aaa3db9d49042663367e.tar.gz
zig-3d393dba6fc06cea3508aaa3db9d49042663367e.zip
std.Build: remove deprecated APIs
These APIs were all deprecated prior to the release of 0.13.0, so can be safety removed in the current release cycle. `std.Build`: * `host` -> `graph.host` `std.Build.Step.Compile`: * `setLinkerScriptPath` -> `setLinkerScript` * `defineCMacro` -> `root_module.addCMacro` * `linkFrameworkNeeded`-> `root_module.linkFramework` * `linkFrameworkWeak`-> `root_module.linkFramework` `std.Build.Step.ObjCopy`: * `getOutputSource` -> `getOutput` `std.Build.Step.Options`: * `addOptionArtifact` -> `addOptionPath` * `getSource` -> `getOutput` `std.Build.Step.Run`: * `extra_file_dependencies` -> `addFileInput` * `addDirectorySourceArg` -> `addDirectoryArg` * `addPrefixedDirectorySourceArg` -> `addPrefixedDirectoryArg`
Diffstat (limited to 'lib/std/Build/Module.zig')
0 files changed, 0 insertions, 0 deletions