Skip to content

Commit

Permalink
macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nastys committed Jan 3, 2022
1 parent 277febd commit e4d4896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ git submodule update
sed -i '' "s/if(APPLE)/if(CMAKE_C_COMPILER_ID MATCHES \"AppleClang\")/g" 3rdparty/wolfssl/wolfssl/CMakeLists.txt
#cd 3rdparty/ffmpeg
#git pull origin master
cd ../hidapi/hidapi/mac
#cd ../hidapi/hidapi/mac
cd 3rdparty/hidapi/hidapi/mac
sed -i '' "s/extern const double NSAppKitVersionNumber;/const double NSAppKitVersionNumber = 1343;/g" hid.c
cd ../../../..
#cd llvm
Expand Down

0 comments on commit e4d4896

Please sign in to comment.