SDL: split the dev output and fix referrers
This commit is contained in:
@@ -30,7 +30,7 @@ rec {
|
||||
phaseNames = ["setVars" "doConfigure" "doMakeInstall"];
|
||||
|
||||
setVars = a.noDepEntry (''
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.SDL}/include/SDL"
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.SDL.dev}/include/SDL"
|
||||
'');
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user