Skip to content

Commit 54ff2a8

Browse files
committed
makepanda: support --cggl-incdir and --cggl-libdir options
It's quite hacky right now, but that doesn't matter as we're switching to CMake anyway
1 parent 9431d50 commit 54ff2a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makepanda/makepanda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def parseopts(args):
188188
"static","host=","debversion=","rpmrelease=","p3dsuffix=","rtdist-version=",
189189
"directx-sdk=", "windows-sdk=", "msvc-version=", "clean", "use-icl",
190190
"universal", "target=", "arch=", "git-commit=", "no-copy-python",
191+
"cggl-incdir=", "cggl-libdir=",
191192
] + removedopts
192193

193194
anything = 0
@@ -257,7 +258,7 @@ def parseopts(args):
257258
elif (option[2:] in removedopts):
258259
Warn("Ignoring removed option %s" % (option))
259260
else:
260-
for pkg in PkgListGet():
261+
for pkg in PkgListGet() + ['CGGL']:
261262
if option == "--use-" + pkg.lower():
262263
PkgEnable(pkg)
263264
break

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy