Skip to content

Commit

Permalink
Another missed merge conflict: Gotta set -DPIDP8I! Fixed now.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: c752f1c29a5bb4ab49cefa5aaf831dc619722f44
  • Loading branch information
poetnerd committed May 19, 2024
1 parent 430b714 commit ca30eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SGCTM=2024-02-20T18:20:13-08:00
# C build flags for the PDP-8 simulator and its PiDP-8/I extensions.

ifeq (@BUILD_PIDP8I@, 1)
BUILD_PIDP8I_CFLAGS = -I @srcdir@/src/pidp8i -I @srcdir@/src/pinctrl
BUILD_PIDP8I_CFLAGS = -DPIDP8I -I @srcdir@/src/pidp8i -I @srcdir@/src/pinctrl
endif

SIM_CFLAGS := @CFLAGS@ @PI_CFLAGS@ @BUILDMODE@ \
Expand Down

0 comments on commit ca30eae

Please sign in to comment.