mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ImGui: fix x86 build (#13948)
This commit is contained in:
@@ -50,7 +50,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
freetypedir=$(finddir B_SYSTEM_DEVELOP_DIRECTORY)/headers/freetype2
|
||||
freetypedir=$(finddir B_SYSTEM_DIRECTORY)/$relativeIncludeDir/freetype2
|
||||
|
||||
cmake -Bbuild -S. $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release \
|
||||
-DFREETYPE_INCLUDE_DIR=$freetypedir \
|
||||
|
||||
Reference in New Issue
Block a user