Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ssl.conf « cmake « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9534e56291d37b3bcec68b7edb085ca8db82224 (plain)
1
2
3
4
5
6
7
8
9
10
%targets = (
  "blender-x86" => {
    inherit_from     => [ "linux-x86" ],
    cflags => add("-fPIC"),
  },
  "blender-x86_64" => {
    inherit_from     => [ "linux-x86_64" ],
    cflags => add("-fPIC"),
  },
);