Skip to content

Commit

Permalink
assume default paths on Ubuntu/Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji authored Oct 19, 2023
1 parent 3c050a8 commit d4dcecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ QHARCH ?= x64
LIBEWF = libewf-Linux-$(QHARCH).so

LAZBUILD ?= lazbuild
LAZARUSDIR ?= /usr/share/lazarus/$(shell $(LAZBUILD) --version)/
LAZRES := $(LAZARUSDIR)tools/lazres
LAZRES ?= lazres
LAZARUSDIR ?= /usr/lib/lazarus/default/

RESFILES = dbases_sqlite.lrs frmaboutunit.lrs udisplaygrid.lrs unit2.lrs udisplaygrid3.lrs uenvironmentchecker.lrs

Expand Down

0 comments on commit d4dcecd

Please sign in to comment.