diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-30 19:19:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-30 19:19:45 +0800 |
commit | 3f535edc133d7d6eb45ebf50627f3ee5deae1155 (patch) | |
tree | 35ea1b1733d01683dfe149b011e8ddb33912f5a8 /makefile | |
parent | f6a9052be67134aeaad59d0e6f4058dfd09ce324 (diff) | |
download | yuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.tar.gz yuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.tar.bz2 yuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.zip |
make gcc happy.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ DCOMPILE_FLAGS = -D DEBUG | |||
18 | # Add additional include paths | 18 | # Add additional include paths |
19 | INCLUDES = -I $(SRC_PATH) | 19 | INCLUDES = -I $(SRC_PATH) |
20 | # General linker settings | 20 | # General linker settings |
21 | LINK_FLAGS = | 21 | LINK_FLAGS = -lpthread |
22 | # Additional release-specific linker settings | 22 | # Additional release-specific linker settings |
23 | RLINK_FLAGS = | 23 | RLINK_FLAGS = |
24 | # Additional debug-specific linker settings | 24 | # Additional debug-specific linker settings |