Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Oct 16, 2023
1 parent 73b9b1c commit 8b79d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
mkdir build
cd build
sudo apt-get install ninja-build libasound2-dev ladspa-sdk libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev
sudo apt-get install ninja-build libasound2-dev ladspa-sdk libfreetype6-dev libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=MinSizeRel
cmake --build . --config MinSizeRel
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(MSVC)
endif(MSVC)

target_sources(${PROJECT_NAME} PRIVATE ${EIM_SRC_FILES})
target_compile_definitions(${PROJECT_NAME} PRIVATE JUCE_WEB_BROWSER=0 JUCE_USE_CURL=0 JUCE_USE_FREETYPE=0)
target_compile_definitions(${PROJECT_NAME} PRIVATE JUCE_WEB_BROWSER=0 JUCE_USE_CURL=0)

if(MSVC)
set(thirdpartyPath ${CMAKE_CURRENT_BINARY_DIR}/thirdparty)
Expand Down

0 comments on commit 8b79d83

Please sign in to comment.