mirror of https://github.com/AxioDL/metaforce.git
Fix visigen on macOS
This commit is contained in:
parent
c30703209f
commit
2ff9077560
|
@ -13,7 +13,7 @@ else()
|
|||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(PLAT_SRCS MainMac.mm)
|
||||
set(PLAT_SRCS MainMac.mm glew.c)
|
||||
set_source_files_properties(MainMac.mm PROPERTIES COMPILE_FLAGS -fobjc-arc)
|
||||
elseif(WIN32)
|
||||
set(PLAT_SRCS MainWin.cpp)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue