mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
fix macos build
This commit is contained in:
parent
634fe303b2
commit
b222879681
3 changed files with 4 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -73,6 +73,8 @@ jobs:
|
|||
${{ matrix.config.extra_flags }}
|
||||
-DGEODE_DISABLE_CLI_CALLS=ON
|
||||
-DCLI_PATH="${{ github.workspace }}/cli"
|
||||
-D CMAKE_C_COMPILER_LAUNCHER=ccache
|
||||
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../crashlog.hpp"
|
||||
#include <crashlog.hpp>
|
||||
|
||||
#ifdef GEODE_IS_MACOS
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ USE_GEODE_NAMESPACE();
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <Geode/utils/web.hpp>
|
||||
#include <Geode/utils/file.hpp>
|
||||
|
||||
bool utils::clipboard::write(std::string const& data) {
|
||||
[[NSPasteboard generalPasteboard] clearContents];
|
||||
|
|
Loading…
Add table
Reference in a new issue