mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
Disabled building of HarfBuzz-subset on Windows and macOS
This commit is contained in:
parent
6185eeb0cc
commit
f6c4acf2d7
|
@ -40,7 +40,7 @@ if exist CMakeCache.txt (
|
|||
del CMakeCache.txt
|
||||
)
|
||||
|
||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON ..
|
||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DHB_BUILD_SUBSET=off ..
|
||||
nmake
|
||||
copy /Y harfbuzz.dll ..\..\..\
|
||||
copy /Y harfbuzz.lib ..\..\..\
|
||||
|
|
|
@ -97,7 +97,7 @@ fi
|
|||
|
||||
cd harfbuzz/build
|
||||
rm -f CMakeCache.txt
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON ..
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DHB_BUILD_SUBSET=off ..
|
||||
make clean
|
||||
make -j${JOBS}
|
||||
cp libharfbuzz.dylib ../../../
|
||||
|
|
Loading…
Reference in a new issue