Skip to content

Commit

Permalink
Fix LB
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Aug 29, 2024
1 parent 7d01a74 commit 8a05392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binary/linux/Makefile.agdll
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ HLDLL_OBJS = \
$(HLDLL_OBJ_DIR)/spawnchooser.o

HLWPN_OBJS = \
$(HLWPN_OBJ_DIR)/hl_wpn_glock.o
$(HLWPN_OBJ_DIR)/hl_wpn_glock.o \
$(HLWPN_OBJ_DIR)/oitc.o

OP4_OBJS = \
$(OP4_OBJ_DIR)/CDisplacer.o \
Expand Down
4 changes: 4 additions & 0 deletions binary/linux/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ once you have installed those packages you can build:
make aura

to do a clean build do make clean then do make aura again.


IF gendbg.sh fails on wsl you need to apt-get install dos2unix and then run
dos2unix gendbg.sh

0 comments on commit 8a05392

Please sign in to comment.