ports/devel/premake5/files/patch-tests_test
Steve Wills 8a690e1c70 devel/premake5: Build script creation tool
Describe your software project just once, using Premake's
simple and easy to read syntax, and build it everywhere.

WWW: https://premake.github.io/

This is version 5 alpha

PR:		241365
Submitted by:	Martin Filla <freebsd@sysctl.cz>
2020-02-02 05:37:22 +00:00

6 lines
268 B
Text

--- tests/test.orig 2019-10-20 12:36:40 UTC
+++ tests/test
@@ -1,2 +1,2 @@
#!/bin/sh
-cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test
+cd `dirname $0` && ../bin/release/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test