Skip to content
Snippets Groups Projects
Commit 94924da8 authored by Dan Hirsch's avatar Dan Hirsch
Browse files

Allowed build to grab tools from PATH

parent 65e688db
No related merge requests found
# -*- python -*- # -*- python -*-
import os import os
env = Environment() import os.path
env = Environment(ENV = {'PATH' : os.environ['PATH']})
env.MergeFlags("-std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes") env.MergeFlags("-std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes -lrt")
AddOption("--variant", AddOption("--variant",
dest="variant", dest="variant",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment