Skip to content
Snippets Groups Projects
Commit 87a287aa authored by vm's avatar vm Committed by David Robillard
Browse files

Fix building plugins as independent projects

parent 81e1b3c2
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import os
def main():
script_path = os.path.abspath(inspect.getfile(inspect.getmodule(main)))
project_path = os.path.dirname(script_path)
project_path = os.path.dirname(os.path.realpath(script_path))
Scripting.waf_entry_point(os.getcwd(), Context.WAFVERSION, project_path)
if __name__ == '__main__':
......
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