Skip to content
Snippets Groups Projects
Commit f2da7d2e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define 3RDP_ROOT by default, when not already defined

Needed for CIOLIB builds.
parent 04071213
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,10 @@
QUIET = @
!endif
!ifndef 3RDP_ROOT
3RDP_ROOT = $(SRC_ROOT)/../3rdp
!endif
# OS-specific
DIRSEP = \ # This comment is necessary
EXEFILE = .exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment