freerdp{,3}: remove obsolete TARGET_OS_* workaround
This commit is contained in:
@@ -197,8 +197,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (
|
||||
lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"-DTARGET_OS_IPHONE=0"
|
||||
"-DTARGET_OS_WATCH=0"
|
||||
"-include AudioToolbox/AudioToolbox.h"
|
||||
]
|
||||
++ lib.optionals stdenv.cc.isClang [
|
||||
|
||||
@@ -217,8 +217,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (
|
||||
lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"-DTARGET_OS_IPHONE=0"
|
||||
"-DTARGET_OS_WATCH=0"
|
||||
"-include AudioToolbox/AudioToolbox.h"
|
||||
]
|
||||
++ lib.optionals stdenv.cc.isClang [
|
||||
|
||||
Reference in New Issue
Block a user