qt6.qtwebengine: fix build on darwin (#424034)
This commit is contained in:
@@ -164,8 +164,8 @@ qtModule {
|
||||
src/3rdparty/chromium/gpu/config/gpu_info_collector_linux.cc
|
||||
''
|
||||
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
substituteInPlace cmake/Functions.cmake \
|
||||
--replace "/usr/bin/xcrun" "${xcbuild}/bin/xcrun"
|
||||
substituteInPlace cmake/QtToolchainHelpers.cmake \
|
||||
--replace-fail "/usr/bin/xcrun" "${xcbuild}/bin/xcrun"
|
||||
'';
|
||||
|
||||
cmakeFlags =
|
||||
|
||||
Reference in New Issue
Block a user