mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
waf: fix install
This commit is contained in:
@@ -5,7 +5,7 @@ from waflib import Utils
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
PROJECT_NAME = 'hl2'
|
||||
PROJECT_NAME = 'hl2_launcher'
|
||||
|
||||
def options(opt):
|
||||
# stub
|
||||
@@ -27,7 +27,7 @@ def build(bld):
|
||||
libs += ['USER32', 'SHELL32']
|
||||
source += ['launcher_main.rc']
|
||||
|
||||
install_path = bld.env.PREFIX
|
||||
install_path = bld.env.BINDIR
|
||||
bld(
|
||||
source = source,
|
||||
target = PROJECT_NAME,
|
||||
|
||||
Reference in New Issue
Block a user