Merge ""Slang" no longer needs "--allow-rs-prefix" option. "Slang" now knows if a function is in a system header file. If so, the function can be prefixed by "rs". Otherwise, "rs" prefix is rightly disallowed. So, no more "allow-rs-prefix" hacking."
This commit is contained in:
commit
a5a684c32b
1 changed files with 0 additions and 1 deletions
|
@ -768,7 +768,6 @@ $(hide) rm -rf $(PRIVATE_RS_OUTPUT_DIR)
|
|||
$(hide) mkdir -p $(PRIVATE_RS_OUTPUT_DIR)/res/raw
|
||||
$(hide) mkdir -p $(PRIVATE_RS_OUTPUT_DIR)/src
|
||||
$(hide) $(SLANG) \
|
||||
--allow-rs-prefix \
|
||||
-o $(PRIVATE_RS_OUTPUT_DIR)/res/raw \
|
||||
-p $(PRIVATE_RS_OUTPUT_DIR)/src \
|
||||
$(foreach inc,$(PRIVATE_RS_INCLUDES),$(addprefix -I , $(inc))) \
|
||||
|
|
Loading…
Reference in a new issue