Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 17, 2023
1 parent cb7b2f7 commit a1d881d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ target_link_libraries(sorac

if (SORAC_TARGET STREQUAL "macos_arm64")
enable_language(OBJCXX)
target_link_options(sumomo PRIVATE -ObjC)
target_link_options(sorac PRIVATE -ObjC)
target_sources(sorac
PRIVATE
src/vt_h26x_video_encoder.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/mac_version.mm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "mac_version.h"
#include "mac_version.hpp"

#import <Foundation/Foundation.h>
#include <TargetConditionals.h>
Expand Down

0 comments on commit a1d881d

Please sign in to comment.