This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX
1 year ago
parent
fedb15a60e
commit
a1bf4ecbee
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/discovery/Makefile
+ 1
- 1
source/discovery/Makefile
View File
@@ -36,7 +36,7 @@ BUILD_CXX_FLAGS += -ObjC++
endif
ifeq ($(WINDOWS),true)
LINK_FLAGS += -lole32 -l
ssp
-mwindows
LINK_FLAGS += -lole32 -l
ws2_32
-mwindows
endif
ifeq ($(USING_JUCE),true)
Write
Preview
Loading…
Cancel
Save