Browse Source

Cleanup

tags/v1.0
falkTX 4 years ago
parent
commit
09f344dddf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      setup/meson/win32.ini
  2. +3
    -3
      setup/meson/win64.ini

+ 3
- 3
setup/meson/win32.ini View File

@@ -1,6 +1,3 @@
[properties]
needs_exe_wrapper = true

[binaries]
name = 'win32'
c = 'i686-w64-mingw32-gcc'
@@ -17,3 +14,6 @@ system = 'windows'
cpu_family = 'x86'
cpu = 'x86'
endian = 'little'

[properties]
needs_exe_wrapper = true

+ 3
- 3
setup/meson/win64.ini View File

@@ -1,6 +1,3 @@
[properties]
needs_exe_wrapper = true

[binaries]
name = 'win64'
c = 'x86_64-w64-mingw32-gcc'
@@ -17,3 +14,6 @@ system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'

[properties]
needs_exe_wrapper = true

Loading…
Cancel
Save