mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-15 20:30:49 +00:00
parent
caf61baa04
commit
72cb4504bc
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ cmake_minimum_required(VERSION 3.1)
|
|||
# which hopefully will be the host compiler
|
||||
unset(ENV{CC})
|
||||
|
||||
# also unset $CFLAGS to avoid passing any cross compilation flags to the host compiler
|
||||
unset(ENV{CFLAGS})
|
||||
|
||||
# linker flags as well
|
||||
unset(ENV{LDFLAGS})
|
||||
|
||||
project (gentables C)
|
||||
|
||||
set ( CMAKE_BUILD_TYPE Debug )
|
||||
|
|
Loading…
Reference in a new issue