mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
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>
6 lines
268 B
Text
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
|