diff options
| author | Ray <[email protected]> | 2024-07-01 18:56:06 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-01 18:56:06 +0200 |
| commit | ab20b2179f6d20c8a2e53761c57324cc987898d4 (patch) | |
| tree | 7dae624ebb0582b4b5bc7ec81d18910d0f46ffd6 /examples | |
| parent | 9f47e562d960bd49ee39eaaefc5e6c81880a7fcd (diff) | |
| download | raylib-ab20b2179f6d20c8a2e53761c57324cc987898d4.tar.gz raylib-ab20b2179f6d20c8a2e53761c57324cc987898d4.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 74409155..be8d8720 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -651,7 +651,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID) else ifeq ($(TARGET_PLATFORM),PLATFORM_WEB) $(MAKE) -f Makefile.Web $@ else - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(TARGET_PLATFORM) + $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -D$(TARGET_PLATFORM) endif # Clean everything |
