diff options
| author | Ray <[email protected]> | 2021-01-12 20:24:31 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-01-12 20:24:31 +0100 |
| commit | 477653a0d6f1141c174a23e00e82a8546791f559 (patch) | |
| tree | 17ad7d3a496207ef5e6a3d3b4cb2ba06efbb4cdd /templates | |
| parent | bbc09288bd1732611ebd930eaf28d43f1310b784 (diff) | |
| download | raylib-477653a0d6f1141c174a23e00e82a8546791f559.tar.gz raylib-477653a0d6f1141c174a23e00e82a8546791f559.zip | |
Update Makefile
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/advance_game/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile index c37ced5e..7097e2c2 100644 --- a/templates/advance_game/Makefile +++ b/templates/advance_game/Makefile @@ -276,7 +276,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),LINUX) # Reset everything. # Precedence: immediately local, installed version, raysan5 provided libs -I$(RAYLIB_H_INSTALL_PATH) -I$(RAYLIB_PATH)/release/include - #INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -isystem. -isystem$(RAYLIB_PATH)/src -isystem$(RAYLIB_PATH)/release/include -isystem$(RAYLIB_PATH)/src/external INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/release/include -I$(RAYLIB_PATH)/src/external endif endif |
