This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Use ubuntu-18.04 for win32 CI builds
Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX
1 year ago
parent
6053ec2a3e
commit
30d890cdb7
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/example-plugins.yml
+1
-1
Makefile.base.mk
+ 1
- 1
.github/workflows/example-plugins.yml
View File
@@ -175,7 +175,7 @@ jobs:
!bin/vst3
win32:
runs-on: ubuntu-
20
.04
runs-on: ubuntu-
18
.04
steps:
- uses: actions/checkout@v2
with:
+ 1
- 1
Makefile.base.mk
View File
@@ -170,7 +170,7 @@ endif
ifeq ($(WINDOWS),true)
# Assume we want posix
BASE_FLAGS += -posix
BASE_FLAGS += -posix
-D__STDC_FORMAT_MACROS
# Needed for windows, see https://github.com/falkTX/Carla/issues/855
BASE_FLAGS += -mstackrealign
else
Write
Preview
Loading…
Cancel
Save