Skip to content

Commit dc44719

Browse files
committed
chore(ios): add uv3 as cmake target
1 parent f4d0ee9 commit dc44719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(WIN32)
3737
endif()
3838

3939
IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
40-
list(APPEND FORMATS "AU")
40+
list(APPEND FORMATS "AU" "AUv3")
4141
endif()
4242

4343
set(VST2_DIR "sdk/vst2")

0 commit comments

Comments
 (0)