Skip to content

Commit dcc0d58

Browse files
AMDmi3rdb
authored andcommitted
Commit patch by amdmi3
1 parent c16875f commit dcc0d58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

makepanda/makepanda.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ def parseopts(args):
372372
##
373373
########################################################################
374374

375+
IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
376+
IncDirectory("ALWAYS", GetOutputDir()+"/include")
377+
375378
if (COMPILER=="MSVC"):
376379
PkgDisable("X11")
377380
PkgDisable("XRANDR")
@@ -696,8 +699,6 @@ def parseopts(args):
696699

697700
DefSymbol("ALWAYS", "MAKEPANDA", "")
698701
DefSymbol("WITHINPANDA", "WITHIN_PANDA", "1")
699-
IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
700-
IncDirectory("ALWAYS", GetOutputDir()+"/include")
701702
if GetLinkAllStatic():
702703
DefSymbol("ALWAYS", "LINK_ALL_STATIC", "")
703704

0 commit comments

Comments
 (0)