vp-build/srcpkgs/fceux/patches/fix-cross-compile.patch

11 lines
236 B
Diff

--- SConstruct.orig
+++ SConstruct
@@ -34,6 +34,7 @@
prefix = GetOption('prefix')
env = Environment(options = opts)
+env.Append(ENV = {'PATH' : os.environ['PATH']})
if env['RELEASE']:
env.Append(CPPDEFINES=["PUBLIC_RELEASE"])