tinyobjloader: fix build with cmake 4 (#449505)
This commit is contained in:
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [ (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5") ];
|
||||
|
||||
# https://github.com/tinyobjloader/tinyobjloader/issues/336
|
||||
postPatch = ''
|
||||
substituteInPlace tinyobjloader.pc.in \
|
||||
|
||||
Reference in New Issue
Block a user