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

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-29build: Specify ar in the cross filesArkadiusz Hiler
Without doing this with Meson 0.49 we get: linker = self.cross_info.config['binaries']['ar'] KeyError: 'ar' This is fixed in newer Meson releases but Proton's build system is based on Steam's Soldier runtime that will be stuck on 0.49 for a while.
2021-07-03build: Remove not needed settingsJens Peters
2021-01-02Use new section for c/cpp args and link_args.Jens Peters
Taken from coresponding DXVK commit.
2020-07-11Remove not needed pragma.Jens Peters
Whitespaces.
2019-09-16Add support for building an x32 version.Jens Peters