mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-23 04:17:30 +02:00
Add missing compile flags
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ if with_vst3
|
|||||||
# This does mean that we now have a lot of defines in our code, but the
|
# This does mean that we now have a lot of defines in our code, but the
|
||||||
# alternative would be patching every location in the SDK where they include
|
# alternative would be patching every location in the SDK where they include
|
||||||
# `windows.h`
|
# `windows.h`
|
||||||
compile_args : vst3_wine_compiler_options,
|
compile_args : vst3_compiler_options + vst3_wine_compiler_options,
|
||||||
)
|
)
|
||||||
|
|
||||||
# And another time for the 32-bit version
|
# And another time for the 32-bit version
|
||||||
|
|||||||
Reference in New Issue
Block a user