Skip to content

Commit

Permalink
yasm: actually add include path to command line
Browse files Browse the repository at this point in the history
  • Loading branch information
deplinenoise committed Feb 22, 2017
1 parent 540d520 commit 3396ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tundra/tools/yasm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function apply(env, options)

env:set_many {
["YASM"] = "yasm",
["ASMCOM"] = "$(YASM) -o $(@) $(ASMDEFS:p-D ) $(ASMOPTS) $(<)",
["ASMCOM"] = "$(YASM) -o $(@) $(ASMDEFS:p-D ) $(ASMINCPATH:p-I ) $(ASMOPTS) $(<)",
["ASMINC_KEYWORDS"] = { "%include" },
}
end

0 comments on commit 3396ac0

Please sign in to comment.