mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
move to ini
This commit is contained in:
parent
4ff22c622e
commit
902431332e
@ -1,12 +1,5 @@
|
||||
Import("env")
|
||||
|
||||
env.Append(
|
||||
BUILD_FLAGS=[
|
||||
"-I/usr/local/include",
|
||||
"-L/usr/local/lib",
|
||||
"-DTARGET_OS_MAC=1"],
|
||||
)
|
||||
|
||||
env.Replace(CC="gcc-10", CXX="g++-10")
|
||||
|
||||
env.Replace(BUILD_SCRIPT="tools/osx_build_script.py")
|
||||
|
@ -49,6 +49,10 @@ build_flags =
|
||||
-lSDL2
|
||||
-lm
|
||||
-lpthread
|
||||
; MacOS with Homebrew
|
||||
-I/usr/local/include
|
||||
-L/usr/local/lib
|
||||
-DTARGET_OS_MAC=1
|
||||
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
|
Loading…
x
Reference in New Issue
Block a user