blob: 33c6ab6f25d9fa605babe34a92ad6ff95653d29c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Remove hard coded genie binary to enable depending on devel/genie.
--- 3rdparty/bx/makefile.orig 2023-10-23 15:53:41 UTC
+++ 3rdparty/bx/makefile
@@ -3,7 +3,7 @@
# License: https://github.com/bkaradzic/bx/blob/master/LICENSE
#
-GENIE=../bx/tools/bin/$(OS)/genie
+GENIE=%%GENIE_PREFIX%%genie
all:
$(GENIE) vs2017
|