mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
Compile the correct header file for precompiled headers
This commit is contained in:
parent
f4875549df
commit
65d868b1d3
4
Rakefile
4
Rakefile
@ -138,8 +138,8 @@ end
|
||||
|
||||
# Precompiled headers
|
||||
if c?(:USE_PRECOMPILED_HEADERS)
|
||||
$all_objects.each { |name| file name => "src/common/common_pch.h.gch" }
|
||||
file "src/common/common_pch.h.gch" => "src/common/common_pch.h", &cxx_compiler
|
||||
$all_objects.each { |name| file name => "src/common/common.h.gch" }
|
||||
file "src/common/common.h.gch" => "src/common/common.h", &cxx_compiler
|
||||
end
|
||||
|
||||
# Pattern rules
|
||||
|
Loading…
Reference in New Issue
Block a user